js設計模式一

// 對象收編變量 var checkObject = { checkName(){return this}, checkEmail(){return this} } checkObject.checkName().checkEmail();// this指向當前對象,return this後能夠鏈式調用; var checkObject = function(){// 這種寫法
相關文章
相關標籤/搜索