mylive.jsp

来自「用hibernate框架实现网上书店」· JSP 代码 · 共 64 行

JSP
64
字号
<%@ page session="true" %><%@ page contentType="text/html; charset=GB2312" %><html>    <head>        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">        <title>LIVE在线书店-MYLIVE</title><style type="text/css"><!--.STYLE21 {	color: #FF00FF;	font-size: 16px;	font-weight: bold;}.STYLE23 {	color: #33CCCC;	font-weight: bold;	font-size: 12px;}.STYLE27 {color: #33CC99; font-weight: bold; font-size: 12px; }a:link {	text-decoration: none;}a:visited {	text-decoration: none;}a:hover {	text-decoration: none;}a:active {	text-decoration: none;}--></style></head><body>    <%@ include file="logo3.jsp" %>    <br><table width="185" border="1" bordercolor="#00CCCC">  <tr>    <td width="175" height="23" align="center" bgcolor="#99FF33"><span class="STYLE21">我的LIVE</span></td>  </tr>  <tr>    <td height="177"><table width="175" border="0">      <tr>        <td height="28" align="center"><span class="STYLE27"><a href="showcart.jsp">查看我的购物车</a></span></td>      </tr>      <tr>        <td height="30" align="center"><span class="STYLE27"><a href="xiugai.jsp">修改我的登录密码</a></span></td>      </tr>      <tr>        <td height="30" align="center"><span class="STYLE23"><a href="chongzhi.jsp">我的充值服务</a></span></td>      </tr>      <tr>        <td height="28" align="center"><span class="STYLE23"><a href="yue.jsp">查看我的余额</a></span></td>      </tr>      <tr>        <td height="27" align="center"><span class="STYLE23"><a href="zhuxiao.jsp">退出此次登录</a></span></td>      </tr>    </table></td>  </tr></table></body></html>

⌨️ 快捷键说明

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