js的設計模式

單例模式-應用web function Msg(){ this.ele = document.createElement("div"); document.body.appendChild(this.ele); } Msg.prototype.init = function(str){ this.ele.innerHTML = str
相關文章
相關標籤/搜索