📄 wf_contentfs.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 + -