gpt4 book ai didi

Python 字符串替换行为不同

转载 作者:太空宇宙 更新时间:2023-11-04 08:54:20 25 4
gpt4 key购买 nike

下面的字符串替换代码打印“XXaXXbXXcXX1XX2XX3XX”。我知道这背后有一个原因,但很难找到它。谁能解释一下为什么?

if __name__ == '__main__':
match = ""
replace = "XX"
strr = "abc123"
print strr.replace(match, replace)

最佳答案

将每对字符之间的空字符串替换为XX。

关于Python 字符串替换行为不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31711172/

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