update the content

This commit is contained in:
numbbbbb
2014-06-05 19:36:36 +08:00
committed by Wang Hao
parent 69faa65c27
commit 5eaf64ea1f
40 changed files with 52 additions and 50 deletions

View File

@ -46,7 +46,7 @@
<div class="book" data-level="2.6" data-basepath=".." data-revision="1401953615319">
<div class="book" data-level="2.6" data-basepath=".." data-revision="1401968172845">
<div class="book-header">
<!-- Actions Left -->
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
@ -576,7 +576,7 @@
<div class="page-inner">
<section class="normal" id="section-gitbook_1375">
<section class="normal" id="section-gitbook_19">
<h1 id="-functions-">函数Functions</h1>
<p>函数是用来完成特定任务的独立的代码块。你给一个函数起一个合适的名字,用来标示函数做什么,并且当函数需要执行的时候,这个名字会被“调用”。</p>