#importing the module
import pyperclip
 
# copies all the data the user has copied
pyperclip.copy('Copy to clipboard')
 
# paste the copied data from clipboard
pyperclip.paste()

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2022-01-24
  • 2021-07-18
猜你喜欢
  • 2021-11-25
  • 2021-12-03
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
相关资源
相似解决方案