amd與cmd筆記

//歷史 01全局function模式  可以被污染 02命名空間模式 var  personDel={ del(){}, add(){}, mix(){} } 也可以被修改  被污染 03 iife模式 立即執行函數 (function(window){ let name=1, function a(){ console.log(a) } function b(){ console.log(b)
相關文章
相關標籤/搜索