?? buy.html
字號:
<html>
<head>
<title>購買圖書</title>
</head>
<body>
購買《J2EE高級編程》<p>
<form action="trade" method="post">
輸入用戶名: <input type="text" name="userid"><br>
輸入購買數量:<input type="text" name="quantity"><p>
<input type="reset" value="重填">
<input type="submit" value="購買">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -