📄 top.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>点歌首页</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" type="text/css" href="<%=path %>/common/css/linkA.css">
</head>
<body >
<a href="#"><span class="STYLE3">语种</span> </a>
<a href="#"><span class="STYLE3">拼音</span>
<a href="#" class="STYLE1"><span class="STYLE5">歌类</span> </a>
<a href="#" ><span class="STYLE3">编码</span> </a>
<a href="<%=path%>/front/singer/singerMain.jsp" target="mainFrame" ><span class="STYLE3">歌星</span> </a>
<a href="#"><span class="STYLE3">金榜</span> </a>
<a href="#"><span class="STYLE3">字数</span> </a>
<a href="#"><span class="STYLE3">电影</span> </a>
<a href="#"><span class="STYLE3">其他</span> </a>
<a href="#"><span class="STYLE3">已点</span> </a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -