exercise26_5.html

来自「java程序设计 机械工业出版社 书籍代码」· HTML 代码 · 共 21 行

HTML
21
字号
<!-- Exercise26_5.html --><html><head><title>Exercise26_5</title></head><body>Compute Loan Payment<form method="get"  action="http://localhost:8080/examples/servlet/Exercise26_5"><p>Loan Amount    <input type="text" name="loanAmount"><br>Annual Interest Rate    <input type="text" name="annualInterestRate"><br>Number of Years <input type="text" name="numOfYears" size="3"></p><p><input type="submit" name="Submit" value="Compute Loan Payment">   <input type="reset" value="Reset"></p></form></body></html>

⌨️ 快捷键说明

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