📄 index.jsp~6~
字号:
<%@ page contentType="text/html; charset=GB2312" %><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><html> <head> <title>mainsian_nofont_CN</title> <meta http-equiv="Content-Type" content="text/html;charset=gb2312"> <%String welcome=null; try{ if(session.getAttribute("username")==null || session.getAttribute("username").equals("")) { welcome="欢迎游客"; } else { welcome=session.getAttribute("username").toString()+"您好!"; } }catch(Exception e) { e.printStackTrace(); } %> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (mainsian_nofont_CN.psd)--> <table width="100%"> <tr> <td height="100%" width="100%" align="center" valign="middle"> <table id="Table_01" width="1025" frame="1401" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="7" background="images/mainsian_nofont_CN_01.gif"> </td> </tr> </table></td> </tr> </table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -