未验证 提交 249d6ba9 编写于 作者: O openharmony_ci 提交者: Gitee

!7268 Modify test of XTS

Merge pull request !7268 from 史凯/OpenHarmony-3.2-Beta2
......@@ -1913,8 +1913,7 @@ Checks whether the input value is of the **native external** type.
**Example**
```js
var that = new util.types();
const data = util.createExternalType();
var result = that.isExternal(data);
var result = that.isExternal(true);
```
......
......@@ -1910,8 +1910,7 @@ isExternal(value: Object): boolean
**示例:**
```js
var that = new util.types();
const data = util.createExternalType();
var result = that.isExternal(data);
var result = that.isExternal(true);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册