@@ -17,6 +17,8 @@ time.sleep(1)
# 在当前位置点击鼠标
pyautogui.click()
+# 不支持中文,可以 copy,parse 实现
+pyautogui.write("hello")
pyautogui.press('space')
```