diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html index d11d23265e..662d4ff564 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html @@ -24,9 +24,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/matchAll <h3 id="参数">参数</h3> -<dl> - <dt><code>regexp</code></dt> -</dl> +<p>regexp</p> <p> 正则表达式对象。如果所传参数不是一个正则表达式对象,则会隐式地使用 <code>new RegExp(obj)</code> 将其转换为一个 <a href="https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/RegExp" title="此页面仍未被本地化, 期待您的翻译!"><code>RegExp</code></a> 。</p> |
