Import and export rules for Node and es6

require: Imports supported by both node and es6
export / import : Exports supported only by es6 Imports
module.exports / exports: Exports supported only by node

Guess you like

Origin blog.csdn.net/weixin_50656154/article/details/126967733