浅斟低唱
2024-08-19
使用python实现简易截图功能
技术方案
pyautogui
pyautogui 模块,使用screenshot() 函数和save() 函数实现
基础demo
需要先安装pyautogui库
1pip install pyaut