Single-Line Comments的意思|示意

美 / / 英 / /

单行注释


Single-Line Comments的网络常见释义

单行注释 (1) 单行注释 ( single-line comments ): 单行注释 有三种方式使用:单独成行,解释注释行下面的代码,这行注释应该和下面的代码保持相同的缩进;在一行代码的末尾,...

Single-Line Comments相关例句

Use single-line comments whenever possible.

尽量使用单行注释。

This is another multiline comment, written as a series of single-line comments.

这样就允许随后用一个多行注释来注释大段代码。

My own favorites would be nested selectors, and single-line comments (starting with //).

我个人最喜欢内嵌选择器,呃,还有单行注释吧(//……)。

Single-line comments or end-of-line comments are preceded by ##. Multi-line comments are bracketed by the #* and *# pair.

单行注释或者行尾注释从 ##开始,多行注释则放在 #*和 *#之间。