副标题#e#
常见语言:
c
行注释:none
块注释:
扩展名:.c/.h
c++
行注释://这里是注释
块注释:
扩展名:.cpp/.h
c#
行注释://这里是注释
块注释:
xml注释:///这里是xml注释
扩展名:.cs
vb
行注释:’这里是注释
块注释:none
扩展名:.bas
java
行注释://这里是注释
块注释:
扩展名:.java
vb.net
行注释:’这里是注释
块注释:none
xml注释:///这里是xml注释
扩展名:.vb
perl
行注释:#这里是注释
块注释:none
扩展名:.pm
html
行注释:none
块注释:<!–这里是注释–>
扩展名:.htm/.html
SQL
行注释:–
块注释:
Comment comparison
There is a wide variety of syntax styles for declaring comments in source code. BlockComment in italics is used here to indicate block comment style. InlineComment in italics is used here to indicate inline comment style.
#p#副标题#e#