原创 第七章 函數表達式

定義函數的兩種方式:函數聲明 和 函數表達式 "use strct"; // 函數聲明,指定函數名 function functionName(arg0,arg1,arg2){