mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-02-28 18:11:29 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user