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.
我需要将数据从Webform剪贴板复制。但是标准System.Windows.Forms.Clipdoard不起作用,这是可以预期的。
Webform
System.Windows.Forms.Clipdoard
我已经找到了 JS 的解决方案,但使用代码隐藏会更好。
我该怎么做?
如果您需要将一些数据复制到用户的剪贴板,那么您需要使用一些 JS 解决方案。
ZeroClipboard是一个不错的选择。GitHub 站点使用相同的解决方案将“HTTPS 克隆 URL”复制到用户剪贴板。