初学者,想知道错误出在哪里,找到的资料都介绍的以下是我精简后的代码内容,错误提示在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');}
添加回答
举报
0/150
提交
取消
