require與define的區別

Define: If you want to declare a module other parts of your application will depend on.
//申明瞭一個模塊且這個模塊被其餘部分所依賴

Require: If you just want to load and use stuff.
僅僅是引入js文件
相關文章
相關標籤/搜索