diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/dataview/getint32/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/dataview/getint32/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/dataview/getint32/index.html b/files/zh-cn/web/javascript/reference/global_objects/dataview/getint32/index.html index 616d2b1977..d9bb1e5136 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/dataview/getint32/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/dataview/getint32/index.html @@ -26,9 +26,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/DataView/getInt32 <h3 id="返回">返回</h3> -<dl> - <dd>一个长整型32位数.</dd> -</dl> +<p>一个长整型32位数.</p> <h3 id="抛出错误">抛出错误</h3> @@ -39,9 +37,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/DataView/getInt32 <h2 id="描述">描述</h2> -<dl> - <dd> 没有对齐约束; 多字节值可以从任何偏移量获取.</dd> -</dl> +<p> 没有对齐约束; 多字节值可以从任何偏移量获取.</p> <h2 id="例子">例子</h2> |