⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tempconvert2.html

📁 这是另一部分..只是供大家参考下拉..到时候有什么不明白的可以
💻 HTML
字号:
<!xml version = "1.0" encoding = "utf-8"?>
<!DOCTYPE html PUBLIC "-//w3c//DTD XHTML 1.1//EN"
 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<!-- tempconvert2.html 
     Get a temperature in Celsius and call a JSTL JSP
     document (tempconvert2.jsp) to convert it to Fahrenheit
     -->
<html xmlns = "http://www.w3.org/1999/xhtml">
  <head>
    <title> Get a Celsius temperature </title>
  </head>
  <body>
    <form action = "tempconvert2.jsp" method = "post" >
      <p>
Celsius temperature: 
        <input type = "text" name = "ctemp" /> <br />
        <input type = "submit" value = "Convert to Fahrenheit" />
      </p>
    </form>
  </body>
</html>

⌨️ 快捷键说明

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