diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/cbrt')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/math/cbrt/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/cbrt/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/cbrt/index.html index 96d8b00a37..402ebeb052 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/cbrt/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/cbrt/index.html @@ -50,7 +50,7 @@ Math.cbrt(Infinity); // Infinity Math.cbrt(null); // 0 Math.cbrt(2); // 1.2599210498948734</pre> -<h2 id="Polyfill"><font face="consolas, Liberation Mono, courier, monospace">Polyfill</font></h2> +<h2 id="Polyfill">Polyfill</h2> <p>为了与旧版浏览器兼容, 可使用下方函数模拟cbrt():</p> |
