1
0
706
js是用來交互的 變量是存放數(shù)據(jù)用的 var 存在變量提升 let const 不存在變量提升 并且在當(dāng)前作用域內(nèi) 不能再次聲明 在聲明之前不能...