我需要 pyautogui 的支持
我正在使用 python 进行编码并使用模块 pyautogui
(也许这很重要,我不知道我使用了 2 个显示器):
import pyautogui
res = pyautogui.locateOnScreen("image.png")
print(res)
但我的输出不是 box 的 posoyopm,它是 None
。
为什么是无
?
I am coding with python and using the module pyautogui
(maybe this is important, I don't know I use 2 monitors):
import pyautogui
res = pyautogui.locateOnScreen("image.png")
print(res)
but my output isn't the posoyopm of box, it's None
.
Why is it None
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论