标签: javascript node.js import module requirejs
我想知道两者之间的区别
import './path/jsFile.js
和
import someVar from './path/jsFile.js'
谢谢