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

!2173 解决检查出来的格式问题

Merge pull request !2173 from 小马奔腾/master
......@@ -262,7 +262,7 @@ var pres = process.getThreadPriority(tid);
## process.getStartRealtime<sup>8+</sup>
getStartRealtime() :number
getStartRealtime(): number
Obtains the duration, in milliseconds, from the time the system starts to the time the process starts.
......@@ -280,7 +280,7 @@ var realtime = process.getStartRealtime();
## process.getPastCputime<sup>8+</sup>
getPastCputime() :number
getPastCputime(): number
Obtains the CPU time (in milliseconds) from the time the process starts to the current time.
......
......@@ -166,7 +166,7 @@ A constructor used to create a **TextDecoder** object.
### decode
decode(input: Unit8Array, options?:{stream?:false}):string
decode(input: Unit8Array, options?:{stream?:false}): string
Decodes the input content.
......
......@@ -262,7 +262,7 @@ var pres = process.getThreadPriority(tid);
## process.getStartRealtime<sup>8+</sup>
getStartRealtime() :number
getStartRealtime(): number
获取从系统启动到进程启动所经过的实时时间(以毫秒为单位)。
......@@ -280,7 +280,7 @@ var realtime = process.getStartRealtime();
## process.getPastCputime<sup>8+</sup>
getPastCputime() :number
getPastCputime(): number
获取进程启动到当前时间的CPU时间(以毫秒为单位)。
......
......@@ -174,7 +174,7 @@ TextDecoder的构造函数。
### decode
decode(input: Unit8Array, options?:{stream?:false}):string
decode(input: Unit8Array, options?:{stream?:false}): string
通过输入参数解码后输出对应文本。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册