常用工具: 简繁转换 HTML/JS互转 Url编码Escape解析 Unicode编码转换 设为首页 加入收藏夹
更多内容
" id="arctext" class="center" " class="arcinfo center" " id="slistl" class="left" " id="mid_slistl_sch" class="left" " id="mid_slistl_adv" class="left" " id="mid_slistl_adv2" " src="http://www.fzs8.net/d/js/acmsd/middle2.js"
文章正文

ASP Hex 函数

来源:  网络收集  字体:[ ]
站内搜索系统
文章正文

WML <!--...-->标签

来源:  网络  2007-07-19 00:00:00 字体:[ ]

Definition and Usage
用法

The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.
注释标签可以在源代码里插入一些对代码的注释。这些注释会被浏览器所忽略。以后再次编辑代码的时候这些注释会给你带来方便。

You can also store program-specific information inside comments. In this case they will not be visible for the user, but they are still available to the program. A good practice is to comment the text inside the script and style elements to prevent older browsers, that do not support scripting or styles, from showing it as plain text.
你还可以将特殊程序的信息放在注释里面。它们不会被用户看到,但它们对于程序来说还是有效的。给程序或是代码加上适当的注释是个好习惯。


Example
实例

Source
代码
Output
输出
<!--This text is a comment-->

<p>This is a regular paragraph</p>

This is a regular paragraph



Attributes: NONE
属性:无


Demos
演示

Hidden comments
How to insert a hidden comment in the source code.
怎样在源代码里加入注释


  
上一篇:WML < wml >标签
下一篇:WML <br>标签
最新文章
推荐文章
热门文章
版权所有:IT加油站   COPYRIGHT © 2007 WWW.FZS8.NET ALL RIGHTS RESERVED.
闽ICP备08008535号