mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-02-27 17:44:35 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
<p>此非标准属性包含引发此错误的文件的路径. 如果从调试器上下文调用,例如Firefox Developer Tools,将会返回“debugger eval code”.</p>
|
||||
<h2 id="例子">例子</h2>
|
||||
<h3 id="使用_fileName">使用 <code>fileName</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;
|
||||
// e.fileName could look like "file:///C:/example.html"
|
||||
</pre>
|
||||
</code></pre>
|
||||
<h2 id="规范">规范</h2>
|
||||
<p>不属于任何规范的一部分. 非标准.</p>
|
||||
<h2 id="Browser_compatibility">Browser compatibility</h2>
|
||||
|
||||
Reference in New Issue
Block a user