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

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

@@ -6,10 +6,10 @@
<p><code><strong>columnNumber</strong></code>属性包含引发此错误的文件行中的列号。</p>
<h2 id="例子">例子</h2>
<h3 id="使用_columnNumber">使用 <code>columnNumber</code></h3>
<pre class="brush: js">var e = new Error('Could not parse input');
<pre><code class="language-javascript">var e = new Error('Could not parse input');
throw e;
console.log(e.columnNumber) // 0
</pre>
</code></pre>
<h2 id="规范">规范</h2>
<p>不属于任何规范的一部分. 非标准.</p>
<h2 id="浏览器兼容性">浏览器兼容性</h2>