📄 4-6.txt
字号:
<HTML>
<HEAD>
<TITLE>test page</TITLE>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
</HEAD>
<%@ page language="java" import="java.util.*" %>
<BODY>
<%! int condition;%>
<%
condition=2;
switch(condition){
case 0:
%>
<font size="+3">You must select condition 0!</font>
<%
break;
case 1:
%>
<font size="+3">You must select condition 1!</font>
<%
break;
case 2:
%>
<font size="+3">You must select condition 2!</font>
<%
break;
default:
%>
<font size="+3">Your select not in "0,1,2",select again!</font>
<%
}
%>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -