?? index.jsp
字號:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<html>
<head>
<title>加載Java Applet小程序</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<center>
<table border="1" style="margin-top:150">
<tr bgcolor="lightgrey" height="25">
<td align="center">交通紅綠燈</td>
</tr>
<tr>
<td align="center">
<jsp:plugin type="applet" code="com.applet.MyApplet.class" codebase="./plugin/applet" width="250" height="190">
<jsp:params>
<jsp:param name="red" value="2000"/>
<jsp:param name="orange" value="1000"/>
<jsp:param name="green" value="3000"/>
<jsp:param name="count" value="2"/>
</jsp:params>
<jsp:fallback>加載Java Applet失敗!</jsp:fallback>
</jsp:plugin>
</td>
</tr>
<tr bgcolor="lightgrey" height="25">
<td align="center">紅燈停,綠燈行。出行請遵守交通規(guī)則!</td>
</tr>
</table>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -