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

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

@@ -145,7 +145,7 @@
<li>使用 <code>SimplePropertyRetriever.theGetMethodYouWant(obj).indexOf(prop) &gt; -1</code> 时将发生判断操作。</li>
<li>使用 <code>SimplePropertyRetriever.theGetMethodYouWant(obj).forEach(function (value, prop) {});</code> 时将发生迭代操作。 (或使用 <code>filter()</code><code>map()</code> 等方法)</li>
</ul>
<pre class="brush: js">var SimplePropertyRetriever = {
<pre><code class="language-javascript">var SimplePropertyRetriever = {
getOwnEnumerables: function(obj) {
return this._getPropertyNames(obj, true, false, this._enumerable);
// Or could use for..in filtered with hasOwnProperty or just this: return Object.keys(obj);
@@ -206,7 +206,7 @@
return props;
}
};</pre>
};</code></pre>
<h2 id="统计表">统计表</h2>
<div style="width: 100%; overflow: auto;">
<table>