AttributeError: module 'PIL.Image' has no attribute 'load'

前端 未结 0 1214
傲寒
傲寒 2021-01-31 03:36
import pyautogui
from PIL import Image, ImageGrab
import time
def hit(key):
    pyautogui.keyDown(key)

# def draw():
    

def takeshot():
    Image=ImageGrab.grab().co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题