用途:
复制,粘贴
用法:
>>> import pyperclip >>> pyperclip.copy(‘Hello world!‘) >>> pyperclip.paste() ‘Hello world!‘ 官方文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html
时间: 2024-10-06 05:37:29
用途:
复制,粘贴
用法:
>>> import pyperclip >>> pyperclip.copy(‘Hello world!‘) >>> pyperclip.paste() ‘Hello world!‘ 官方文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html