gpt4 book ai didi

jython - 在 Jython 中将 int 变量类型转换为字符串,以便在 Sikuli 中使用

转载 作者:行者123 更新时间:2023-12-01 13:40:17 25 4
gpt4 key购买 nike

我想像这样使用循环变量定义一个路径:

for i in range(2,4):
click("1480530304554.png")
wait("1480531095180.png")
type("cd D:\ISB\Pairs\" + str(i) + "\Acq\" + Key.ENTER)

这种类型转换在支持 jython 的 Sikuli 中不起作用。错误是:

SyntaxError ( "no viable alternative at input 'cq'", )

解决这个问题的方法是什么?

最佳答案

在 Windows 系统中,要定义路径,您必须使用双反斜杠。这将做你需要的:

type("cd D:\\ISB\\Pairs\\" + str(i) + "\\Acq\\" + Key.ENTER)

关于jython - 在 Jython 中将 int 变量类型转换为字符串,以便在 Sikuli 中使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40901267/

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