function sum(a1,a2) { arguments = [5,6]; var x = a1+a2; alert(x);} sum();
参数不是以数组存储在arguments对象中吗?为甚么弹出NaN?
互换的青春
相关分类