请大家先安装模块pip3 install autopy。 我们打开编辑器,输入以下代码: import autopy autopy.mouse.move(100,100) 或者 import autopy autopy.mouse.smooth_move(100,200)