diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/errors/bad_octal/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/errors/bad_octal/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/errors/bad_octal/index.html b/files/zh-cn/web/javascript/reference/errors/bad_octal/index.html index 2f9b5d477e..ff60730174 100644 --- a/files/zh-cn/web/javascript/reference/errors/bad_octal/index.html +++ b/files/zh-cn/web/javascript/reference/errors/bad_octal/index.html @@ -27,7 +27,7 @@ Warning: SyntaxError: 09 is not a legal ECMA-262 octal constant. <p>请注意,不推荐使用八进制字面值和八进制转义序列,并会产生另外的弃用警告。 在 ECMAScript 6 和更高版本里,语法使用前导零后跟小写或大写拉丁字母“O”(0o或0O)。更多信息请查看 <a href="/zh-CN/docs/Web/JavaScript/Reference/Lexical_grammar#Octal">lexical grammar</a>。</p> <div class="note"> -<p>注意:现在仅 <strong>firefox</strong> 会产生此错误。</p> +<p><strong>备注:</strong>现在仅 <strong>firefox</strong> 会产生此错误。</p> </div> <h2 id="示例">示例</h2> |