Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 python / javascript 将网页(无论我看到什么,而不是源代码)自动复制到剪贴板(不使用 ctrl+c)。
提前致谢 :)
如果你只想从网页中提取可用的文本,你可以使用BeautifulSoup之类的东西。如果要将其复制到剪贴板,可以使用pyperclip。