FlayerVEO 学无止境 - Python 符号使用 的评论 http://flayerveo.com/index.php/archives/681 ##Python符号使用: ```python \ #用于往下续行(最多只能续2行) “asdas\asdasd\asddas” #续多行 ; #在一行中执行多个语句 : #构成一个代码组...