>>> import pyperclip>>> pyperclip.copy('Hello world!')>>> pyperclip.paste()'Hello world!'
转载于:https://www.cnblogs.com/c-x-a/p/8480321.html