📄 myjsp.jsp
字号:
<%@page contentType="text/html; charset=gb2312" %><html> <head> <title>网页计算器</title> </head> <body> <form method =post action ="calculate"> 弟一个数据:<input type =text name =data1> 第二个数据:<input type =text name =data2> <hr> <input type =radio name =type value =1 checked>加 <input type =radio name =type value="2">减 <input type =radio name =type value="3">乘 <input type =radio name =type value="4">除 <br> <input type =submit value="提交"> <input type =reset value="重置"> </form> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -