在html中引入外部js檔案,並呼叫js檔案中的帶參函式1 專案結構2 編寫a.js、test.html //a.js function abc(str){ alert(str); } //test.html 3 測試 ...
確定! 回上一頁