gpt4 book ai didi

python - 使用 %r,防止 'this'

转载 作者:行者123 更新时间:2023-11-28 20:27:39 25 4
gpt4 key购买 nike

有没有办法避免 % 字符串周围的单引号?

我正在尝试这样做:

playCmd = """osascript -e 'tell application "iTunes" to play track %r'""" % theSong

结果是:...播放轨道“theSong”not: ...播放轨道 theSong就像我想要的那样。我只想使用 playCmd.relpace,但由于在 theSong 上的单引号之前有单引号('tell app...'),我无法轻易做到这一点。有什么想法吗?

最佳答案

%s 有什么不合适的原因吗?因为用 %s 替换 %r 是我首先要尝试的。

关于python - 使用 %r,防止 'this',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7988607/

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