mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-02-28 10:03:04 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
<p>空字符串的 <code>length</code> 为 0。</p>
|
||||
<p>静态属性 <strong>String.length</strong> 返回 1。</p>
|
||||
<h2 id="Examples" name="Examples" style="margin-bottom: 20px; line-height: 30px;">示例</h2>
|
||||
<pre class="brush: js">var x = "Mozilla";
|
||||
<pre><code class="language-javascript">var x = "Mozilla";
|
||||
var empty = "";
|
||||
|
||||
console.log("Mozilla is " + x.length + " code units long");
|
||||
/* "Mozilla is 7 code units long" */
|
||||
|
||||
console.log("The empty string is has a length of " + empty.length);
|
||||
/* "The empty string is has a length of 0" */</pre>
|
||||
/* "The empty string is has a length of 0" */</code></pre>
|
||||
<div class="line-number" style="margin-top: 1em; position: absolute; left: 0px; right: 0px; line-height: inherit; top: 0px; background: 0px 0px;"> </div>
|
||||
<div class="line-number" style="margin-top: 1em; position: absolute; left: 0px; right: 0px; line-height: inherit; top: 19px; background: 0px 0px;"> </div>
|
||||
<div class="line-number" style="margin-top: 1em; position: absolute; left: 0px; right: 0px; line-height: inherit; top: 38px; background: 0px 0px;"> </div>
|
||||
|
||||
Reference in New Issue
Block a user