| 1. | Each apostrophe ( ' ) should be preceded with a backslash 每一个省略符号( ' )放置在反斜线符号之前。 |
| 2. | Search start with a backslash , followed by the search term 用被搜寻期限跟随的一个反斜线的搜寻开始。 |
| 3. | Each backslash ( ) should be preceded with another backslash 每一个( )符号放置在另一个反斜线符号之前。 |
| 4. | Omit this character if you enter the command on a single line 如果您在一行中输入这个命令,请忽略反斜线字符。 |
| 5. | The addslashes ( ) function returns a string with backslashes in front of predefined characters 函数的作用是:使用反斜线引用字符串。 |
| 6. | We use the trailing backslash continuation character to break the command over two lines 我们使用反斜线字符( )将这个命令分成两行。 |
| 7. | The directory must end with a slash or backslash as apropriate for the operating system 这个目录必须根据操作系统以适当的斜线或反斜线结尾。 |
| 8. | Note that the trailing backslash allows the command to be continued on the next line 注意最后的反斜线字符( )可以让一个命令一直延续到下一行中。 |
| 9. | Use of “ / ” or “ ” are potential dangerous , and administrator reserve the right to delete the user without any warning 使用单/双引号和正/反斜线都是潜在的危险,管理员保留不经警告直接删除用户的权力。 |
| 10. | Second , if a string is too long for a single line , you can wrap the string using the python continuation character : the backslash 第二,如果字符串用一行表示太长,您可以使用python连续字符:反斜线( )来对字符串进行折行。 |