web前端開發JS基礎知識

1.常見的輸出語句 (1)alert(); 彈出警告窗; (2)document.write();在文檔中寫入; (3)console.log();在控制檯輸出日誌; 例如: alert(‘hello world’); document.write(‘hello world’); console.log(‘hello world’); 2.變量命名規則 (1)必須以字母,下劃線或者$開頭。 (2)
相關文章
相關標籤/搜索