标签:span strong follow style css str target sql ofo
1.HTML
行注释:none
块注释:<!--这里是注释-->
扩展名:.htm/.html
2.JAVA
行注释://这里是注释
块注释:/*这里是注释*/
文本注释:/**这里是注释*/
扩展名:.java
3.CSS
行注释:none
块注释:/*这是另一个注释*/
扩展名:.css
4.Javascriot
行注释://这里是注释
块注释:/*这里是注释*/
扩展名:.js
5.PL/SQL
行注释:--这里是注释
块注释:/*这里是注释*/
扩展名:.sql
标签:span strong follow style css str target sql ofo
原文地址:https://www.cnblogs.com/lukelook/p/9285083.html