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

📄 1.htm

📁 一个不错JSP入门教程.
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0042)http://www.aspcn.com/showarticle.asp?id=77 -->
<HTML><HEAD><TITLE>jsp</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR><LINK href="1.files/aspcn.css" 
rel=stylesheet type=text/css></HEAD>
<BODY>
<table border=0 width="100%">
  <tbody> 
  <tr> 
    <td> 
      <h2 align=center>HTML 注释</h2>
      <p>在客户端显示一个注释. </p>
      <a name=8758></a> 
      <h4>JSP 语法</h4>
      <blockquote>&lt;!-- <em>comment</em> [ &lt;%= <em>expression</em> %&gt; 
        ] --&gt; </blockquote>
      <a 
                  name=16537></a> 
      <h4>例子 1</h4>
      <blockquote>&lt;!-- This file displays the user login screen --&gt; </blockquote>
      <p>&nbsp;在客户端的HTML源代码中产生和上面一样的数据: </p>
      <blockquote>&lt;!-- This file displays the user login screen --&gt; </blockquote>
      <a name=16538></a> 
      <h4>例子 2</h4>
      <blockquote>&lt;!-- This page was loaded on &lt;%= (new java.util.Date()).toLocaleString() 
        %&gt; --&gt; </blockquote>
      <p>&nbsp;在客户端的HTML源代码中显示为: </p>
      <blockquote>&lt;!-- This page was loaded on January 1, 2000 --&gt; </blockquote>
      <a name=10210></a> 
      <h4>描述</h4>
      <p>这种注释和HTML中很像,也就是它可以在"查看源代码"中看到. </p>
      <p>唯一有些不同的就是,你可以在这个注释中用表达式(例子2所示).这个表达示是不定的,由页面不同而不同,你能够使用各种表达式,只要是合法的就行。更多的请看<a 
                  href="http://www.aspcn.com/syntaxref11.fm4.html#11258">表达式</a></p>
    </td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  </tbody> 
</table>
</BODY></HTML>

⌨️ 快捷键说明

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