初學者,想知道錯誤出在哪里,找到的資料都介紹的以下是我精簡后的代碼內容,錯誤提示在main.jsimport那一行錯誤提示為:SyntaxError:Unexpectedtoken'{'.importcallexpectsexactlyoneargumentindex.htmlLearnJavscriptbody{background:#FFFFFF;padding:0px;margin:0px;display:flex;/*flex-direction:column-reverse;*/justify-content:center;}main.jsimport{hello}from'./lib.js';hello();lib.jsexportfunctionhello(){console.log('hello');}
javascript import 報錯
慕工程0101907
2019-05-20 17:06:29