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

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

@@ -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>