为什么pyautogui找不到图片?
Why can't pyautogui find the picture?
import pyautogui
button7location = pyautogui.locateOnScreen('picturee.png')
print("finished")
图片在我创建的 HTML 文件中完美无缺。
import pyautogui
button7location = pyautogui.locateOnScreen('picturee.png')
print("finished")
图片在我创建的 HTML 文件中完美无缺。