Object.getOwnPropertyNames(Function.arguments).sort().forEach(function(val){
console.log(val);
})arguments應(yīng)該有callee的屬性,為什么我這樣無法遍歷出來這個屬性呢,而且還會報錯
無法遍歷出arguments對象的屬性
慕的地8271018
2018-10-16 14:19:42