Browse Source

Update 'README.md'

天问 11 months ago
parent
commit
c5cb8eaccd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

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