Skip to content

Commit

Permalink
Merge pull request #32 from Fazx/master
Browse files Browse the repository at this point in the history
fix an error.
  • Loading branch information
hyb1996 authored Jun 27, 2020
2 parents 33a55b8 + f3f88e8 commit 3aa3658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@ <h2>sleep(n)<span><a class="mark" href="#globals_sleep_n" id="globals_sleep_n">#
<li><code>n</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type" class="type">&lt;number&gt;</a> 毫秒数</li>
</ul>
</div><p>暂停运行n<strong>毫秒</strong>的时间。1秒等于1000毫秒。</p>
<pre><code>//暂停5毫秒
<pre><code>//暂停5秒
sleep(5000);
</code></pre><h2>currentPackage()<span><a class="mark" href="#globals_currentpackage" id="globals_currentpackage">#</a></span></h2>
<div class="signature"><ul>
Expand Down Expand Up @@ -7474,4 +7474,4 @@ <h1>颜色<span><a class="mark" href="#ui" id="ui">#</a></span></h1>
<script>highlight(undefined, undefined, 'pre');</script>
<!-- __TRACKING__ -->
</body>
</html>
</html>

0 comments on commit 3aa3658

Please sign in to comment.