在function 以外的地方宣告的變數,是所謂的全域變數(global variable),所有的JS 程式碼都能存取到這個變數: // carName 是一個全域變數 var ...
確定! 回上一頁