pyperclip模块不是自带的需要安装 pyperclip.copy(text) 把text字符串中的字符复制到剪切板 text = pyperclip.paste() 把剪切板上的字符串复制到text