diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html b/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html index a19013e4c4..97ed9f8a6d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html @@ -85,7 +85,7 @@ alert("77 .toExponential() is " + 77 .toExponential()); //输出 7.7e+1</pre> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -108,7 +108,7 @@ alert("77 .toExponential() is " + 77 .toExponential()); //输出 7.7e+1</pre> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |