diff options
Diffstat (limited to 'files/zh-cn/web/api/console/index.html')
-rw-r--r-- | files/zh-cn/web/api/console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/console/index.html b/files/zh-cn/web/api/console/index.html index f66e3de417..a5b296b310 100644 --- a/files/zh-cn/web/api/console/index.html +++ b/files/zh-cn/web/api/console/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/Console <dt>{{domxref("Console.time()")}}</dt> <dd>启动一个以入参作为特定名称的<a href="https://developer.mozilla.org/en-US/docs/Web/API/console#Timers">计时器</a>,在显示页面中可同时运行的计时器上限为10,000.</dd> <dt>{{domxref("Console.timeEnd()")}}</dt> - <dd>结束特定的 <a href="https://developer.mozilla.org/en-US/docs/Web/API/console#Timers">计时器</a> 并以豪秒打印其从开始到结束所用的时间。</dd> + <dd>结束特定的 <a href="https://developer.mozilla.org/en-US/docs/Web/API/console#Timers">计时器</a> 并以毫秒打印其从开始到结束所用的时间。</dd> <dt>{{domxref("Console.timeLog()")}}</dt> <dd>打印特定 <a href="/en-US/docs/Web/API/console#Timers">计时器</a> 所运行的时间。</dd> <dt>{{domxref("Console.timeStamp()")}} {{Non-standard_inline}}</dt> |