exercise26_4.html

来自「java程序设计导论(daniel liang著) 所有偶数课后习题答案」· HTML 代码 · 共 25 行

HTML
25
字号
<!-- Exercise26_4.html --><html><head><title>Exercise26_4</title></head><body>Compute Tax<form method="get"  action="http://localhost:8080/examples/servlet/Exercise26_4"><p>Taxable Income    <input type="text" name="taxableIncome"><br>Filing Status <select name="filingStatus" size="1">              <option value="0">Single              <option value="1">Married File Jointly              <option value="2">Married File Separately              <option value="3">Head of Household           </select><p><input type="submit" name="Submit" value="Compute Tax">   <input type="reset" value="Reset"></p></form></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?