// 不報錯var x = x;// 報錯let x = x;// ReferenceError: x is not defined
為什么var x = x 不報錯,let x = x 報錯?
慕妹3146593
2019-01-05 09:17:00