四虎精品视频-四虎精品成人免费网站-四虎黄色网-四虎国产视频-国产免费91-国产蜜臀97一区二区三区

JavaScript 設計模式學習 Singleton

復制代碼 代碼如下:
/* Basic Singleton. */
var Singleton = {
attribute1: true,
attribute2: 10,
method1: function() {
},
method2: function(arg) {
}
};
單件模式最主要的用途之一就是命名空間:
/* GiantCorp namespace. */
var GiantCorp = {};
GiantCorp.Common = {
// A singleton with common methods used by all objects and modules.
};
GiantCorp.ErrorCodes = {
// An object literal used to store data.
};
GiantCorp.PageHandler = {
// A singleton with page specific methods and attributes.
};
利用閉包在單件模式中實現私有方法和私有變量:
GiantCorp.DataParser = (function() {
// Private attributes.
var whitespaceRegex = //s+/;
// Private methods.
function stripWhitespace(str) {
return str.replace(whitespaceRegex, '');
}
function stringSplit(str, delimiter) {
return str.split(delimiter);
}
// Everything returned in the object literal is public, but can access the
// members in the closure created above.
return {
// Public method.
stringToArray: function(str, delimiter, stripWS) {
if(stripWS) {
str = stripWhitespace(str);
}
var outputArray = stringSplit(str, delimiter);
return outputArray;
}
};
})(); // Invoke the function and assign the returned object literal to
// GiantCorp.DataParser.
實現Lazy Instantiation 單件模式:
MyNamespace.Singleton = (function() {
var uniqueInstance; // Private attribute that holds the single instance.
function constructor() { // All of the normal singleton code goes here.
...
}
return {
getInstance: function() {
if(!uniqueInstance) { // Instantiate only if the instance doesn't exist.
uniqueInstance = constructor();
}
return uniqueInstance;
}
}
})();
MyNamespace.Singleton.getInstance().publicMethod1();

JavaScript技術JavaScript 設計模式學習 Singleton,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 等着你电影韩版| 豪血寺一族2出招表| 地理填充图册| 直播挤奶| 免费播放电影大全免费观看| 苏州标志性建筑大裤衩| 同志电影副歌1080p| 88分钟| 老牛家的战争电视剧全集免费观看| 拆迁补偿合同| 寡妇一级毛片免费看| 隐藏的歌手中国版全集| 电影《醉猴》刘家良主演| 免费看污污的视频| 哥哥啊啊啊| 红色诗配画| 婆媳的战国时代 电视剧| 2024年中央遴选笔试真题| 色在线免费观看| 抖音下截| 电视剧《绿萝花》| 你知道我在等你吗吉他谱| 关宝慧| 生活片爱情电影大全| 刘慧茹| 山下大辉| 芳飞| 安多卫视直播在线观看| 龚子棋| 视力图| 广濑大介| 男生女生向前冲第六季2014| 六年级上册数学解方程| kaori全部av作品大全| 小数加减法100道题| 泷泽萝拉第二部| 吴京电影全集完整版喜剧| 歌曲《国家》歌词| 白洁少妇掀起裙子呻吟声视频| 凯特·玛拉| artist什么意思|