aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
diff options
context:
space:
mode:
authorIrvin <irvinfly@gmail.com>2022-02-16 02:13:18 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commit8ccfa93045a6c119303566370999f59a0aae3b25 (patch)
tree972a4f66cb40a7c722bc20490b0f9b6ceb574e77 /files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
parent3bb96c83e22a7a6214e79e9b903ee1c7b5657e67 (diff)
downloadtranslated-content-8ccfa93045a6c119303566370999f59a0aae3b25.tar.gz
translated-content-8ccfa93045a6c119303566370999f59a0aae3b25.tar.bz2
translated-content-8ccfa93045a6c119303566370999f59a0aae3b25.zip
adjust dl/dt/dd tags for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
index e7df1fc3d7..47db4665a8 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
@@ -22,9 +22,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/setMonth
<dl>
<dt><code>monthValue</code></dt>
<dd>介于 0 到 11 之间的整数(表示一月到十二月)。</dd>
-</dl>
-
-<dl>
<dt><code>dayValue</code></dt>
<dd>从 1 到 31 之间的整数,表示月份中的第几天。0为上个月最后一天</dd>
<dt>返回值!</dt>