前言JavaScript 函数对参数的值(arguments)没有进行任何的检查。 ... function fun3(x, y) { var i, rest = []; if (arguments.length > 2) { for (i ...
確定! 回上一頁