微博
博客
笔记
新闻
照片
视频
注册
登陆
中文
English
中文
dreamable
/
WebNotes
/
5
表单:
WebNotes
用户:
dreamable
创建日期: 2021-03-05 11:45:34 UTC
更新日期: 2021-03-05 11:45:34 UTC
引用:(Table ID 25, Record ID 5)
标题 :
JS import vs require
笔记 :
guide
require is for CommonJS (node.js way to load modules)
import is for ES6. But not supported via CommonJS by browsers
标签: