diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/getutcminutes/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/date/getutcminutes/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/getutcminutes/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/getutcminutes/index.html index b1b7f85581..ea4408c4d3 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/date/getutcminutes/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/date/getutcminutes/index.html @@ -9,21 +9,21 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getUTCMinutes <div>{{EmbedInteractiveExample("pages/js/date-getutcminutes.html")}}</div> -<h2 id="Syntax" name="Syntax">语法</h2> +<h2 id="Syntax">语法</h2> <pre class="syntaxbox"><code><var>dateObj</var>.getUTCMinutes()</code></pre> -<h3 id="Parameters" name="Parameters">参数</h3> +<h3 id="Parameters">参数</h3> <p>无。</p> -<h3 id="Returns" name="Returns">返回值</h3> +<h3 id="Returns">返回值</h3> <p><code>getUTCMinutes()</code> 返回一个 0 到 59 的整数。</p> -<h2 id="Examples" name="Examples">例子</h2> +<h2 id="Examples">例子</h2> -<h3 id="Example:_Using_getUTCMinutes" name="Example:_Using_getUTCMinutes">例子: 使用 <code>getUTCMinutes()</code> 方法</h3> +<h3 id="Example:_Using_getUTCMinutes">例子: 使用 <code>getUTCMinutes()</code> 方法</h3> <p>下例将当前时间的分钟部分赋值给变量 <code>minutes</code>。</p> @@ -64,7 +64,7 @@ var minutes = today.getUTCMinutes(); <p>{{Compat("javascript.builtins.Date.getUTCMinutes")}}</p> </div> -<h2 id="See_also" name="See_also">相关链接</h2> +<h2 id="See_also">相关链接</h2> <ul> <li>{{jsxref("Date.prototype.getMinutes()")}}</li> |