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

!1173 文档更新

Merge pull request !1173 from duangavin123/master
......@@ -116,7 +116,7 @@ promiseWrapper(original: (err: Object, value: Object) => void): Object
- 示例:
```
function aysnFun(str1, str2, callback) {
if (typeof str1 === 'string' && typeof str1 === 'string') {
if (typeof str1 === 'string' && typeof str2 === 'string') {
callback(null, str1 + str2);
} else {
callback('type err');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册