用途:
复制,粘贴
用法:
>>> import pyperclip
>>> pyperclip.copy('Hello world!')
>>> pyperclip.paste()
'Hello world!'
文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html
用途:
复制,粘贴
用法:
>>> import pyperclip
>>> pyperclip.copy('Hello world!')
>>> pyperclip.paste()
'Hello world!'
文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html
pyautogui的write、typewrite、press等方法均无法输入中文,可以用pyperclip包
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M