diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/indexof')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/indexof/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/indexof/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/indexof/index.html index a4ef7ead3b..3e24bae2c5 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/indexof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/indexof/index.html @@ -17,7 +17,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/indexOf <div>{{EmbedInteractiveExample("pages/js/array-indexof.html")}}</div> <div class="note"> -<p>注意:对于String方法,请参阅 {{jsxref("String.prototype.indexOf()")}}。</p> +<p><strong>备注:</strong>对于String方法,请参阅 {{jsxref("String.prototype.indexOf()")}}。</p> </div> <h2 id="Syntax">语法</h2> |