diff options
Diffstat (limited to 'files/zh-cn/web/javascript/guide/working_with_objects/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/guide/working_with_objects/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/guide/working_with_objects/index.html b/files/zh-cn/web/javascript/guide/working_with_objects/index.html index 8504e1345e..eb20cf56b1 100644 --- a/files/zh-cn/web/javascript/guide/working_with_objects/index.html +++ b/files/zh-cn/web/javascript/guide/working_with_objects/index.html @@ -506,7 +506,7 @@ var fruitbear = fruit; // 将fruit的对象<strong>引用</strong>(reference) fruit == fruitbear // return true fruit === fruitbear // return true</pre> -<p><font face="Consolas, Liberation Mono, Courier, monospace">了解更多关于比较操作符的用法,查看</font> <a href="https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Comparison_Operators">Comparison operators</a>.</p> +<p>了解更多关于比较操作符的用法,查看 <a href="https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Comparison_Operators">Comparison operators</a>.</p> <h2 id="附加参考">附加参考</h2> |