gpt4 book ai didi

PHP 的 stripslashes 的 Python 版本

转载 作者:太空狗 更新时间:2023-10-29 18:04:18 26 4
gpt4 key购买 nike

我写了一段代码将 PHP 的 striplashes 转换为有效的 Python [反斜杠] 转义:

cleaned = stringwithslashes
cleaned = cleaned.replace('\\n', '\n')
cleaned = cleaned.replace('\\r', '\n')
cleaned = cleaned.replace('\\', '')

我怎样才能压缩它?

最佳答案

不完全确定这是你想要的,但是..

cleaned = stringwithslashes.decode('string_escape')

关于PHP 的 stripslashes 的 Python 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13454/

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