diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/setminutes')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/date/setminutes/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/setminutes/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/setminutes/index.html index cb791e5a9c..761c087c10 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/date/setminutes/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/date/setminutes/index.html @@ -24,14 +24,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/setMinutes <dl> <dt><code>minutesValue</code></dt> <dd>一个 0 到 59 的整数,表示分钟数。</dd> -</dl> - -<dl> <dt><code>secondsValue</code></dt> <dd>一个 0 到 59 的整数,表示秒数。如果指定了 <code>secondsValue</code> 参数,则必须同时指定 <code>minutesValue</code> 参数。</dd> -</dl> - -<dl> <dt><code>msValue</code></dt> <dd>一个 0 到 999 的数字,表示微秒数,如果指定了 <code>msValue</code> 参数,则必须同时指定 <code>minutesValue</code> 和<code>secondsValue</code> 参数。</dd> </dl> |