From c40612041809fe289aba58aefa170bbe784aba1f Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:07 +0800 Subject: remove name attribute for zh-CN --- .../global_objects/date/getutcmilliseconds/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/getutcmilliseconds') diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html index 11b4f14b24..a3d2f98568 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html @@ -9,21 +9,21 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds
{{EmbedInteractiveExample("pages/js/date-getutcmilliseconds.html")}}
-

语法

+

语法

dateObj.getUTCMilliseconds()
-

参数

+

参数

无。

-

返回值

+

返回值

getUTCMilliseconds() 返回一个 0 到 999 的整数。

-

例子

+

例子

-

例子: 使用 getUTCMilliseconds() 方法

+

例子: 使用 getUTCMilliseconds() 方法

下例将当前时间的毫秒部分赋值给变量 milliseconds

@@ -64,7 +64,7 @@ var milliseconds = today.getUTCMilliseconds();

{{Compat("javascript.builtins.Date.getUTCMilliseconds")}}

-

相关链接

+

相关链接