Module
  • 音标:/ˈmɑːdʒuːl/
  • 意思:模块
  • 例句ES modules use import and export to share code between files.
  • 翻译:ES模块使用import和export在文件之间共享代码。
  • 补充说明:模块具有独立的作用域,默认使用严格模式。