diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/number/tostring/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/number/tostring/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/number/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/number/tostring/index.html index 30fdc17406..2a7407aa25 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/number/tostring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/number/tostring/index.html @@ -92,7 +92,7 @@ console.log((-0xff).toString(2)); // 输出 '-11111111'</code> <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -115,7 +115,7 @@ console.log((-0xff).toString(2)); // 输出 '-11111111'</code> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |