$ 0 0 var i = 0; for (let i = i; i < 10; i++) { console.log(i); } 运行以上代码,抛出ReferenceError: i is not defined。如何理解?