gpt4 book ai didi

python - 为什么我不能用反斜杠结束原始字符串?

转载 作者:太空狗 更新时间:2023-10-29 20:37:27 25 4
gpt4 key购买 nike

<分区>

我在这里很困惑,即使原始字符串将每个 \ 转换为 \\ 但是当这个 \ 最后出现时它会引发错误.

>>> r'so\m\e \te\xt'
'so\\m\\e \\te\\xt'

>>> r'so\m\e \te\xt\'
SyntaxError: EOL while scanning string literal

更新:

这现在包含在 Python FAQs 中还有:Why can’t raw strings (r-strings) end with a backslash?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com