• 2024-11-25桌面软件识别截图区域识别实例
    first:1、使用pyautogui截图+拼接 2、使用lackey截图+识别importpyautogui"""整凭截图"""im1=pyautogui.screenshot()im2=pyautogui.screenshot('my_screenshot.png')"""区域截图"""importpyautoguiim=py