jjzjj

gameFoundation

全部标签

javascript es6 导入 "expects exactly one argument"

我正在尝试使用es6模块,但遇到错误:SyntaxError:Unexpectedidentifier'GameObject'.importcallexpectsexactlyoneargument.顺便说一句,这是在macOS10.13上的Safari11中。这是我的模块:exportclassGameObject{//code}exportclassGameLoop{//code}相关html:以及尝试使用该模块的脚本,它在第1行给出了上述错误:importGameObjectfrom"./gameFoundation.js"importGameLoopfrom"./gameFou