diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/replace')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html index 3bc425e928..66226c970e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html @@ -53,8 +53,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/replace <table class="fullwidth-table"> <tbody> <tr> - <td class="header">变量名</td> - <td class="header">代表的值</td> + <th>变量名</th> + <th>代表的值</th> </tr> <tr> <td><code>$$</code></td> @@ -94,8 +94,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/replace <table class="fullwidth-table"> <tbody> <tr> - <td class="header">变量名</td> - <td class="header">代表的值</td> + <th>变量名</th> + <th>代表的值</th> </tr> <tr> <td><code>match</code></td> |