提交 f5cdf0b5 编写于 作者: D DCloud_LXH

chore: rest param

上级 047e46bc
...@@ -144,7 +144,7 @@ console.log(plants); ...@@ -144,7 +144,7 @@ console.log(plants);
<!-- UTSJSON.Array.pop.compatibility --> <!-- UTSJSON.Array.pop.compatibility -->
### push(items) ### push(...items)
<!-- UTSJSON.Array.push.description --> <!-- UTSJSON.Array.push.description -->
...@@ -169,7 +169,7 @@ console.log(animals); ...@@ -169,7 +169,7 @@ console.log(animals);
<!-- UTSJSON.Array.push.compatibility --> <!-- UTSJSON.Array.push.compatibility -->
### concat(items) ### concat(...items)
<!-- UTSJSON.Array.concat.description --> <!-- UTSJSON.Array.concat.description -->
...@@ -187,7 +187,7 @@ console.log(array3); ...@@ -187,7 +187,7 @@ console.log(array3);
<!-- UTSJSON.Array.concat.compatibility --> <!-- UTSJSON.Array.concat.compatibility -->
### concat(items) ### concat(...items)
<!-- UTSJSON.Array.concat_1.description --> <!-- UTSJSON.Array.concat_1.description -->
...@@ -302,7 +302,7 @@ array2.sort((a: number, b: number):number => a - b); ...@@ -302,7 +302,7 @@ array2.sort((a: number, b: number):number => a - b);
<!-- UTSJSON.Array.sort.compatibility --> <!-- UTSJSON.Array.sort.compatibility -->
### splice(start, deleteCount, items) ### splice(start, deleteCount, ...items)
<!-- UTSJSON.Array.splice.description --> <!-- UTSJSON.Array.splice.description -->
...@@ -325,7 +325,7 @@ console.log(months); ...@@ -325,7 +325,7 @@ console.log(months);
<!-- UTSJSON.Array.splice.compatibility --> <!-- UTSJSON.Array.splice.compatibility -->
### unshift(items) ### unshift(...items)
<!-- UTSJSON.Array.unshift.description --> <!-- UTSJSON.Array.unshift.description -->
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## 静态方法 ## 静态方法
### debug(data) ### debug(...data)
<!-- UTSJSON.Console.debug.description --> <!-- UTSJSON.Console.debug.description -->
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- UTSJSON.Console.debug.compatibility --> <!-- UTSJSON.Console.debug.compatibility -->
### error(data) ### error(...data)
<!-- UTSJSON.Console.error.description --> <!-- UTSJSON.Console.error.description -->
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<!-- UTSJSON.Console.error.compatibility --> <!-- UTSJSON.Console.error.compatibility -->
### info(data) ### info(...data)
<!-- UTSJSON.Console.info.description --> <!-- UTSJSON.Console.info.description -->
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<!-- UTSJSON.Console.info.compatibility --> <!-- UTSJSON.Console.info.compatibility -->
### log(data) ### log(...data)
<!-- UTSJSON.Console.log.description --> <!-- UTSJSON.Console.log.description -->
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<!-- UTSJSON.Console.log.compatibility --> <!-- UTSJSON.Console.log.compatibility -->
### warn(data) ### warn(...data)
<!-- UTSJSON.Console.warn.description --> <!-- UTSJSON.Console.warn.description -->
...@@ -54,4 +54,155 @@ ...@@ -54,4 +54,155 @@
<!-- UTSJSON.Console.warn.compatibility --> <!-- UTSJSON.Console.warn.compatibility -->
### assert(condition?, ...data)
<!-- UTSJSON.Console.assert.description -->
<!-- UTSJSON.Console.assert.param -->
<!-- UTSJSON.Console.assert.returnValue -->
<!-- UTSJSON.Console.assert.compatibility -->
### clear()
<!-- UTSJSON.Console.clear.description -->
<!-- UTSJSON.Console.clear.param -->
<!-- UTSJSON.Console.clear.returnValue -->
<!-- UTSJSON.Console.clear.compatibility -->
### count(label?)
<!-- UTSJSON.Console.count.description -->
<!-- UTSJSON.Console.count.param -->
<!-- UTSJSON.Console.count.returnValue -->
<!-- UTSJSON.Console.count.compatibility -->
### countReset(label?)
<!-- UTSJSON.Console.countReset.description -->
<!-- UTSJSON.Console.countReset.param -->
<!-- UTSJSON.Console.countReset.returnValue -->
<!-- UTSJSON.Console.countReset.compatibility -->
### dir(item?, options?)
<!-- UTSJSON.Console.dir.description -->
<!-- UTSJSON.Console.dir.param -->
<!-- UTSJSON.Console.dir.returnValue -->
<!-- UTSJSON.Console.dir.compatibility -->
### dirxml(...data)
<!-- UTSJSON.Console.dirxml.description -->
<!-- UTSJSON.Console.dirxml.param -->
<!-- UTSJSON.Console.dirxml.returnValue -->
<!-- UTSJSON.Console.dirxml.compatibility -->
### group(...data)
<!-- UTSJSON.Console.group.description -->
<!-- UTSJSON.Console.group.param -->
<!-- UTSJSON.Console.group.returnValue -->
<!-- UTSJSON.Console.group.compatibility -->
### groupCollapsed(...data)
<!-- UTSJSON.Console.groupCollapsed.description -->
<!-- UTSJSON.Console.groupCollapsed.param -->
<!-- UTSJSON.Console.groupCollapsed.returnValue -->
<!-- UTSJSON.Console.groupCollapsed.compatibility -->
### groupEnd()
<!-- UTSJSON.Console.groupEnd.description -->
<!-- UTSJSON.Console.groupEnd.param -->
<!-- UTSJSON.Console.groupEnd.returnValue -->
<!-- UTSJSON.Console.groupEnd.compatibility -->
### table(tabularData?, properties?)
<!-- UTSJSON.Console.table.description -->
<!-- UTSJSON.Console.table.param -->
<!-- UTSJSON.Console.table.returnValue -->
<!-- UTSJSON.Console.table.compatibility -->
### time(label?)
<!-- UTSJSON.Console.time.description -->
<!-- UTSJSON.Console.time.param -->
<!-- UTSJSON.Console.time.returnValue -->
<!-- UTSJSON.Console.time.compatibility -->
### timeEnd(label?)
<!-- UTSJSON.Console.timeEnd.description -->
<!-- UTSJSON.Console.timeEnd.param -->
<!-- UTSJSON.Console.timeEnd.returnValue -->
<!-- UTSJSON.Console.timeEnd.compatibility -->
### timeLog(label?, ...data)
<!-- UTSJSON.Console.timeLog.description -->
<!-- UTSJSON.Console.timeLog.param -->
<!-- UTSJSON.Console.timeLog.returnValue -->
<!-- UTSJSON.Console.timeLog.compatibility -->
### timeStamp(label?)
<!-- UTSJSON.Console.timeStamp.description -->
<!-- UTSJSON.Console.timeStamp.param -->
<!-- UTSJSON.Console.timeStamp.returnValue -->
<!-- UTSJSON.Console.timeStamp.compatibility -->
### trace(...data)
<!-- UTSJSON.Console.trace.description -->
<!-- UTSJSON.Console.trace.param -->
<!-- UTSJSON.Console.trace.returnValue -->
<!-- UTSJSON.Console.trace.compatibility -->
<!-- UTSJSON.Console.tutorial --> <!-- UTSJSON.Console.tutorial -->
...@@ -626,7 +626,7 @@ console.log(Math.log(10)); ...@@ -626,7 +626,7 @@ console.log(Math.log(10));
``` ```
<!-- UTSJSON.Math.log.compatibility --> <!-- UTSJSON.Math.log.compatibility -->
### max(values) ### max(...values)
<!-- UTSJSON.Math.max.description --> <!-- UTSJSON.Math.max.description -->
...@@ -642,7 +642,7 @@ console.log(Math.max(-1, -3, -2)); ...@@ -642,7 +642,7 @@ console.log(Math.max(-1, -3, -2));
``` ```
<!-- UTSJSON.Math.max.compatibility --> <!-- UTSJSON.Math.max.compatibility -->
### min(values) ### min(...values)
<!-- UTSJSON.Math.min.description --> <!-- UTSJSON.Math.min.description -->
...@@ -777,3 +777,13 @@ console.log(Math.tan(1)); ...@@ -777,3 +777,13 @@ console.log(Math.tan(1));
<!-- UTSJSON.Math.tan.compatibility --> <!-- UTSJSON.Math.tan.compatibility -->
<!-- UTSJSON.Math.tutorial --> <!-- UTSJSON.Math.tutorial -->
### hypot(...values)
<!-- UTSJSON.Math.hypot.description -->
<!-- UTSJSON.Math.hypot.param -->
<!-- UTSJSON.Math.hypot.returnValue -->
<!-- UTSJSON.Math.hypot.compatibility -->
...@@ -197,7 +197,7 @@ console.log(String.fromCharCode(189, 165999, 190, 61)); ...@@ -197,7 +197,7 @@ console.log(String.fromCharCode(189, 165999, 190, 61));
<!-- UTSJSON.String.fromCharCode.compatibility --> <!-- UTSJSON.String.fromCharCode.compatibility -->
### concat(strings) ### concat(...strings)
<!-- UTSJSON.String.concat.description --> <!-- UTSJSON.String.concat.description -->
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## 实例方法 ## 实例方法
### setInterval(handler, timeout?, arguments) ### setInterval(handler, timeout?, ...arguments)
<!-- UTSJSON.Timers.setInterval.description --> <!-- UTSJSON.Timers.setInterval.description -->
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- UTSJSON.Timers.setInterval.tutorial --> <!-- UTSJSON.Timers.setInterval.tutorial -->
### setTimeout(handler, timeout?, arguments) ### setTimeout(handler, timeout?, ...arguments)
<!-- UTSJSON.Timers.setTimeout.description --> <!-- UTSJSON.Timers.setTimeout.description -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册