mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-15 07:06:53 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<h2 id="概述">概述</h2>
|
||||
<p>ParallelArray的目标是在web应用程序中让数据并行.</p>
|
||||
<h2 id="语法">语法</h2>
|
||||
<pre class="syntaxbox">new ParallelArray()
|
||||
<pre><code class="language-javascript">new ParallelArray()
|
||||
new ParallelArray([element0, element1, ...])
|
||||
new ParallelArray(arrayLength, elementalFunction)</pre>
|
||||
new ParallelArray(arrayLength, elementalFunction)</code></pre>
|
||||
<p> </p>
|
||||
</article>
|
||||
Reference in New Issue
Block a user