diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/reduceright')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/reduceright/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/reduceright/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/reduceright/index.html index 1245486db3..793a4fd3a3 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/reduceright/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/reduceright/index.html @@ -118,7 +118,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight <p>一共会调用四次回调函数,每次调用的参数及返回值如下:</p> -<table style="width: 100%;"> +<table> <thead> <tr> <th scope="col"><code>callback</code></th> @@ -174,7 +174,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight }, 10); </pre> -<table style="width: 100%;"> +<table> <thead> <tr> <th scope="col"><code>callback</code></th> |