var a = [];for (var i = 0; i < 10; i++) { a[i] = function () { console.log(i); };}a[6]();
關于js變量的這道題怎么做?
阿波羅的戰車
2018-09-13 14:34:53