Table: WebNotes
User: dreamable
Created at: 2021-03-05 11:45:34 UTC
Updated at: 2021-03-05 11:45:34 UTC
Reference:(Table ID 25, Record ID 5)

标题 :
JS import vs require
笔记 :

guide

  1. require is for CommonJS (node.js way to load modules)
  2. import is for ES6. But not supported via CommonJS by browsers
Tag: