var value;
console.log(values);//undefined
console.log(message);//undefined
因為雖然這兩種變量從技術(shù)角度看有本質(zhì)的區(qū)別,但是實際上對哪個也操作不了,所以都是undefined
var value;
console.log(values);//undefined
console.log(message);//undefined
因為雖然這兩種變量從技術(shù)角度看有本質(zhì)的區(qū)別,但是實際上對哪個也操作不了,所以都是undefined