diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/ceil/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/math/ceil/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/ceil/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/ceil/index.html index 185d77ed54..4bd5f491f4 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/ceil/index.html @@ -28,13 +28,12 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/ceil <dl> <dt><code>x</code></dt> <dd>一个数值。</dd> - <dt> - <h3 id="返回值">返回值</h3> - - <p>大于或等于给定数字的最小整数。</p> - </dt> </dl> +<h3 id="返回值">返回值</h3> + +<p>大于或等于给定数字的最小整数。</p> + <h2 id="描述">描述</h2> <p>由于 <code>ceil</code> 是 <code>Math</code> 的静态方法,所以应该像这样使用:<code>Math.ceil()</code>,而不是作为你创建的 <code>Math</code> 实例的方法。</p> |