?? index.htm
字號:
<htm><head><title>嘗試POST功能的實現</title>
<style type="text/css">
<!--
.STYLE1 {font-size: large}
.STYLE2 {font-size: 16px}
-->
</style>
</head>
<body>
<p align="center" class="STYLE1">簡單試驗下POST功能的實現</p>
<p align="center" class="STYLE2"> 請輸入您的名字然后單擊[確定]按鈕: </p>
<form method="post" action="hello.htm">
<div align="center" class="STYLE2">姓名:
<input type = text name ="userName">
<br>
<input type =submit value="確定">
</div>
</form>
</body>
</htm>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -