<!--在线咨询 begin-->
<!--在线咨询 end-->
每一个代码注释前后都要加 begin和end吗?
不需要= =
例子:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Index</title><!--网页标题--> </head> </html>
不用。
不用,内容自定义
不用。<!-- -->中的内容根据自己需要自定义。