for (var x in window) { var x = 1; } alert(x);彈出的結(jié)果是1。
A.Math.random() B.Math.floor() C.Math.ceil() D.Math.round()