语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -3,8 +3,8 @@
<p><code><strong>toString()</strong></code> 返回一个字符串,表示指定的数组及其元素。</p>
<div><iframe class="interactive interactive-js" frameborder="0" height="250" src="https://interactive-examples.mdn.mozilla.net/pages/js/array-tostring.html" width="100%"></iframe></div>
<h2 id="Syntax" name="Syntax">语法</h2>
<pre class="brush: js">arr.toString()
</pre>
<pre><code class="language-javascript">arr.toString()
</code></pre>
<h3 id="Parameters" name="Parameters">返回值</h3>
<p>一个表示指定的数组及其元素的字符串。</p>
<h2 id="描述">描述</h2>