python中反斜杠是什么意思【点击查看详情】
python中反斜杠是什么意思:1、python本身使用\来转义一些特殊字符,比如在字符串中加入引号的时候s = 'i\'m superman' print(s) # i'm superman2、Python中反斜杠也可以用在一行结尾做续行符使用。例:hello = "This is a rather
相关视频/文章