📄 getinfo.jsp
字号:
<%@ page language="java" import="java.util.*"%>
<%
//?????id??
String imgID = request.getParameter("id");
if (imgID==null||imgID.equals(""))//???null???
imgID="one";//??????
if ( imgID.equals("one"))//???one
{
%>
<h3 style="border-bottom: 1px solid #C0C0C0; margin-bottom: -5px">This is text one</h3>
<br>
<img src="one.jpg" width="200px" height="150px" align="center"/>
<%}else{//??
%>
<h3 style="border-bottom: 1px solid #C0C0C0; margin-bottom: -5px">This is text two</h3>
<br>
<img src="two.jpg" width="200px" height="150px" align="center"/>
<%}%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -