iT邦幫忙

0

學習JavaScript第三天--使用vscode寫出js--console.log印出資訊

  • 分享至 

  • xImage
  •  

VScode:

Step 1
開啟index.html存擋

Step 2
開啟all.js存擋

Step 3
在index.html檔案裡的「head」加上all.js的連結

<script src="all.js"></script>

Step 4
在all.js測試

let a = 1 ;
let b = 2 ;
alert(a);
console.log(a,b);

Step 5
開啟網頁
console部分會顯示出
1 2
alert(a);
會跳出
https://ithelp.ithome.com.tw/upload/images/20211005/20140615NPcLxRCsON.jpg


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言