html,php等的注释
html:以!--开头,以--结尾。<!-- comment -->
php:和c类似,// comment 或者 /* comment */
//和/* */在html里也是常用的注释,但只能用在js和CSS语言,不对HTML语言起作用!
html,php等的注释
html:以!--开头,以--结尾。<!-- comment -->
php:和c类似,// comment 或者 /* comment */
//和/* */在html里也是常用的注释,但只能用在js和CSS语言,不对HTML语言起作用!