首页 / 软件开发 / C语言 / 详解各种编程语言的注释符
详解各种编程语言的注释符2013-04-28常见语言:c行注释:none块注释:扩展名:.c/.hc++行注释://这里是注释块注释:扩展名:.cpp/.hc#行注释://这里是注释块注释:xml注释:///这里是xml注释扩展名:.csvb行注释:"这里是注释块注释:none扩展名:.basjava行注释://这里是注释块注释:扩展名:.javavb.net行注释:"这里是注释块注释:nonexml注释:///这里是xml注释扩展名:.vbperl行注释:#这里是注释块注释:none扩展名:.pmhtml行注释:none块注释:<!--这里是注释-->扩展名:.htm/.htmlSQL行注释:--块注释:Comment comparisonThere 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.