Soldier-B·12 年前·議論 function foo(a){ return Array.apply(0, new Array(a)).map(function(_, b){ return Number.bind(null, b) }); }