aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html
index a27f4c265d..bd99ad3db0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/date/getminutes/index.html
@@ -9,21 +9,21 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getMinutes
<div>{{EmbedInteractiveExample("pages/js/date-getminutes.html")}}</div>
-<h2 id="Syntax" name="Syntax">语法</h2>
+<h2 id="Syntax">语法</h2>
<pre class="syntaxbox language-html">dateObj.getMinutes()</pre>
-<h3 id="Parameters" name="Parameters">参数</h3>
+<h3 id="Parameters">参数</h3>
<p>无</p>
-<h3 id="Description" name="Description">描述</h3>
+<h3 id="Description">描述</h3>
<p><code>getMinutes </code>返回一个0 到 59的整数值。</p>
-<h2 id="Examples" name="Examples">例子</h2>
+<h2 id="Examples">例子</h2>
-<h3 id="Example:_Using_getMinutes" name="Example:_Using_getMinutes">例子:使用<code>getMinutes方法</code></h3>
+<h3 id="Example:_Using_getMinutes">例子:使用<code>getMinutes方法</code></h3>
<p>下例中,第二行语句运行过后,变量 <code>minutes </code>的值为15,也就是说 <code>Xmas95 </code>这个日期对象的值为某时15分某秒。</p>
@@ -63,7 +63,7 @@ var minutes = Xmas95.getMinutes();</pre>
<p>{{Compat("javascript.builtins.Date.getMinutes")}}</p>
-<h2 id="See_Also" name="See_Also">相关链接</h2>
+<h2 id="See_Also">相关链接</h2>
<ul>
<li>{{jsxref("Date.prototype.getUTCMinutes()")}}</li>