运行环境 : python 3.6.0 1. 安装第三方库 pyautogui 1) 官方库 pip install pyautogui 2) 或者从清华镜像或者从其他镜像安装 pip -i https://pypi.tuna.tsinghua.edu.cn/simple install pyautogui 2. 编写执行程序