提交 7fcb2916 编写于 作者: D DCloud_LXH

Merge branch 'master' of github.com:dcloudio/unidocs-zh

......@@ -345,3 +345,5 @@ fn('a', 'b', 'c') // 'a' ['b', 'c']
```ts
fn('a', ...['b', 'c']) // 'a' ['b', 'c']
```
注意:当用在 uni-app x 中时,在 uvue 页面的 methods 中定义的方法不支持剩余参数。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册