diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/exp')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html index 6295073e83..0da94f62c2 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/exp/index.html @@ -50,7 +50,7 @@ Math.exp(1); // 2.718281828459045</pre> </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -72,7 +72,7 @@ Math.exp(1); // 2.718281828459045</pre> </tbody> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |