提交 f7409723 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-plugin.md

上级 1c788226
...@@ -688,7 +688,9 @@ export function postUserInfo(user:UTSJSONObject){ ...@@ -688,7 +688,9 @@ export function postUserInfo(user:UTSJSONObject){
} }
``` ```
需要注意的是,如果声明为any, vue环境中的Object 在UTS环境中也会被 UTSJSONObjct. 也就是说上面的代码同样可以写作 需要注意的是,在声明为`any`类型的前提下, `uni-app` 环境中的 `Object` 在UTS环境中也会被转换为 `UTSJSONObjct`.
也就是说上面的代码同样可以写作
```ts ```ts
// UTSJSONObjct 数据类型示例-2 // UTSJSONObjct 数据类型示例-2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册