⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chap3fs-1.htm

📁 四人帮《设计模式》一书英文版本
💻 HTM
字号:
<HTML>

<HEAD><TITLE>Creational Patterns</TITLE></HEAD>

<SCRIPT LANGUAGE="JavaScript">

if(navigator.appName == "Netscape") {
	self.name = "_mainDisplayFrame";
        self._mainDisplayFrame = self;
}

function loadApplet() {
	if(top._appletFrame != null) {
	   if(top._appletFrame._loaded != null &&
		 top._appletFrame._loaded == true) {
			if(top._appletFrame.loadApplet != null) {
				top._appletFrame.loadApplet();
			}
		}
	}
}


function load(chapnum,anchor) {
	if(top._mainDisplayFrame.load != null)
		top._mainDisplayFrame.load(chapnum, anchor);
}

str   = location.href;
index = str.indexOf(".htm");
firstPart = str.substring(0, index);
secondPart = str.substring(index, str.length);
target = firstPart + "o" + secondPart;

if(navigator.appName != "Netscape") {
	if ( top._mainDisplayFrame == null) {
		str =
"<FRAMESET FRAMEBORDER=NO BORDER=0 FRAMESPACING=NO COLS=\"4,*\" ROWS=\"*\">\<FRAME SRC=\"applet.htm\" NAME=\"_appletFrame\" SCROLLING=NO>\<FRAME SRC=\"";
		str+=target;
		str+="\" NAME=\"_mainDisplayFrame\">\</FRAMESET>";
		document.write(str);
	} else {
		top._mainDisplayFrame.location.replace(target);
	}
} else {
	location.replace(target);
}

</SCRIPT>

</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -