Some limitations exist as to where the line - continuation character can be used , such as in the middle of an argument name 对于行继续符在何处使用存在一些限制,例如不能在参数名中间使用。
You can break an argument list with the line - continuation character , but the individual names of the arguments must remain intact 可以用行继续符拆分一个参数列表,但单个参数名必须保持完整。
In the following example , the statement is broken into four lines with line - continuation characters terminating all but the last line 在下面的示例中,语句被拆分为四行。除最后一行外,前三行都以行继续符结尾。
Second , if a string is too long for a single line , you can wrap the string using the python continuation character : the backslash 第二,如果字符串用一行表示太长,您可以使用python连续字符:反斜线( )来对字符串进行折行。
When implementing a code generator for a language that supports a line - continuation character for example , visual basic , this method should output the line - continuation character before it outputs a newline character 为支持行继续符的语言(如visual basic )实现代码生成器时,此方法应在输出换行符之前输出行继续符。