?? searchtable.java
字號:
package cars;public class SearchTable { private String table; public SearchTable() { table=""; table=table+"<table width='160' height='120' border='0' cellpadding='0' cellspacing='0'><form name='form1' method='post' action='Search.jsp'>"; table=table+"<tr><td width='57' height='30'><div align='right'>品牌:</div></td>"; table=table+"<td width='103' height='30'><div align='left'><input name='name' type='text' class='wenbenkuang' id='name' size='13'></div>"; table=table+"</td></tr><tr><td height='30'><div align='right'>型號:</div></td><td height='30'><div align='left'>"; table=table+"<input name='number' type='text' class='wenbenkuang' id='number' size='13'></div></td></tr><tr><td height='30'><div align='right'>車類:</div></td>"; table=table+"<td height='30'><select name='type' class='wenbenkuang' id='type'><option value='1' selected>乘用車</option>"; table=table+"<option value='3'>商用車</option></select></td></tr><tr><td height='30' colspan='2'><div align='center'>"; table=table+"<input name='Submit' type='submit' class='buttons' value=' 查 詢 '></div></td></tr></form></table>"; } public String getsearch(){ return table; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -