temp.jsp
来自「Jbuilder2006开发的严格按MVC设计模式组织开发过程」· JSP 代码 · 共 19 行
JSP
19 行
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
temp
</title>
</head>
<script language="JavaScript1.2" type="text/javascript">
var newWindow;
var urlstring = '<%=request.getContextPath()%>/index.jsp';
window.menubar='no'
newWindow = window.open(urlstring,'max','top=0,left=0,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width='+(screen.width-10)+',height='+(screen.availheight-30))
//self.close()
</script>
<body bgcolor="#ffffff">
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?