var xx = 99;function a(){ alert(xx); var xx = 100;}a();是function和var的優(yōu)先級問題?還是閉包其他什么的?
這個結(jié)果為什么是undifined呢?
慕容708150
2019-03-19 21:23:01