var a = 1;function a(){
console.log(a);
};
a();這幾行JS代碼運(yùn)行會(huì)報(bào)錯(cuò),但是原因是什么?求大神講解
var和function關(guān)鍵字
白衣染霜花
2018-11-15 14:14:31