'rētiāriī nōn pugnant! rētiāriī sunt ignāvī!' clāmāvērunt Pompēiānī. Nūcerīnī tamen respondērunt, 'rētiāriī sunt callidī! rētiāriī murmillōnēs dēcipiunt!'
“Net-fighter is not fighting; net-fighter i
知识点:
1:node.js中每个文件就是一个模块,有自己的作用域。在一个文件中定义的变量,函数,类都是私有的。对其他文件不可见。
2:node.js遵循common.js规范,也就是说在ES Module中我们的导入导出使用的是import和export。在node中引入和暴露使用的是require和module.exports。
3:require用来加载某个模块
//b.js
var a =