From 012ee621791b6895e637f96e6523027951768f25 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:03:27 +0800 Subject: remove inline style for zh-CN --- .../reference/global_objects/date/getseconds/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/getseconds') diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/getseconds/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/getseconds/index.html index 457f166047..ded6203208 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/date/getseconds/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/date/getseconds/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getSeconds

语法

-
dateObj.getSeconds()
+
dateObj.getSeconds()

参数

@@ -29,14 +29,14 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getSeconds

下面第二条语句,基于日期对象 Xmas95 的值,把 30 赋值给变量 secs

-
var Xmas95 = new Date("December 25, 1995 23:15:30");
+
var Xmas95 = new Date("December 25, 1995 23:15:30");
 var secs = Xmas95.getSeconds();
-
 
+
 
-
 
+
 
-

规范

+

规范

@@ -63,11 +63,11 @@ var secs = Xmas95.getSeconds();
-

浏览器兼容性

+

浏览器兼容性

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

-

相关链接

+

相关链接

  • {{jsxref("Date.prototype.getUTCSeconds()")}}
  • -- cgit v1.2.3-54-g00ecf