的输出样式删除多行注释行吗?
这样就允许随后用一个多行注释来注释大段代码。
This is another multiline comment, written as a series of single-line comments.
单行注释或者行尾注释从 ##开始,多行注释则放在 #*和 *#之间。
Single-line comments or end-of-line comments are preceded by ##. Multi-line comments are bracketed by the #* and *# pair.
应用推荐