Will calling wasteSomeMemory() cause a memory leak? What about this: function wasteSomeMemory2() { var temp; for(var count = 0; count < 1000000; count += 1) ...
確定! 回上一頁