返回数字(number). function fn1(){ return 100; } alert(fn1());//可以理解为fn1() = 100; 函数名称加括号等于return出来的东西 ...
確定! 回上一頁