📄 tempconvert0.html
字号:
<!-- tempconvert0.html
A document that displays a form that collects a Celsius
temperature from a client and calls a scriptlet to
convert it to Fahrenheit
-->
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title> Get a Celsius temperature </title>
</head>
<body>
<p>
<!-- Display a form to collect a Celsius temperature -->
<form action = "tempconvert0.jsp" method = "post" >
Celsius temperature:
<input type = "text" name = "ctemp" />
<input type = "submit" />
</form>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -