📄 index.jsp~4~
字号:
<%@ 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"></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -