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

📄 wf_contentfs.htm

📁 在eclipse中使用js时用到的插件
💻 HTM
字号:
<HTML>
	<HEAD>
		<script language="javascript">
			function UniqueID() {
				return parent.UniqueID();
			}
			function DoCommand(cmd, param) 
			{
				if( (parent!=this) && (parent.DoCommand) )
				{
					parent.DoCommand(cmd, param);	
				}
			}
		</script>
	</HEAD>
	<script language="javascript">
		var sHtml = "";
		sHtml += "<frameset rows=\"";
		sHtml += parent.gsToolbarPaneHeight;
		sHtml += ", *\" frameborder=\"0\" borderspace=\"0\" BORDER=\"0\">";
		sHtml += "<frame name=\"master\" id=\"master\" marginwidth=\"0\" marginheight=\"0\" noresize=\"yes\" scrolling=\"no\" src=\"wf_master.htm\" />";
		sHtml += "<frame name=\"bottom\" id=\"bottom\" marginwidth=\"0\" marginheight=\"0\" noresize=\"yes\" scrolling=\"no\" src=\"wf_bottom.htm\" />";
		sHtml += "</frameset>";
		document.write(sHtml);
	</script>
</HTML>

⌨️ 快捷键说明

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