?? a_clue_on.jsp
字號:
<%@ page contentType="text/html; charset=GBK" import="mrgf.form.IndexForm" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<html>
<link rel="stylesheet" href="css/style.css">
<style type="text/css">
<!--
.style1 {color: #FF3366}
-->
</style>
<head>
<title>
index
</title>
</head>
<body bgcolor="#ffffff" topmargin="0">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="right">
<td height="22" background="image/other/clue_on.jpg"> </td>
</tr>
<tr>
<td valign="top" height="619" background="image/other/"><table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr height="127">
<td width="26%"> </td>
<td width="48%"> </td>
<td width="26%"> </td>
</tr>
<%
String clueOn=(String)request.getAttribute("clueOn");
if(clueOn==null){
clueOn=(String)request.getParameter("clueOn");
mrgf.other.SpecialMethod sm=new mrgf.other.SpecialMethod();
clueOn=sm.toChinese(clueOn);
}
%>
<tr align="center">
<td colspan="3"><font size="3"><%=clueOn %></font></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -