📄 index.jsp
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@ include file="inc/common.jsp" %><%
String url = com.yeqiangwei.util.ParamUtils.getStringParameter(request,"url","main.jsp");
%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>${basic.title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="${basic.keywords}"/>
<meta name="description" content="${basic.description}"/>
<meta name="author" content="YeQiangWei.com"/>
<link rel="Bookmark" href="/club/images/favicon.ico">
<link rel="icon" href="/club/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/club/images/favicon.ico" type="image/x-icon" />
</head>
<frameset id="indexBig" name="indexBig" rows="*" cols="150,*" framespacing="0" frameborder="no" border="0">
<frame src="/club/left.jsp" name="lFrame" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" bordercolor="#98c6f3" topmargin="0" leftmargin="0" border="0" />
<frameset rows="*" cols="10,*" framespacing="0" frameborder="no" border="0">
<frame src="./frameV.htm" name="vFrame" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" bordercolor="#98c6f3" topmargin="0" leftmargin="0" border="0" />
<frame src="<%=url%>" name="rFrame" id="rFrame" title="${basic.title}" scrolling="yes" frameborder="no" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" border="0"></frame>
</frameset>
</frameset>
<noscript>javascript</noscript>
<noframes>
<body bgcolor="#98c6f3">
<p></p>
</body>
</noframes>
</html>
<!-- <%=url%> -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -