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.
我正在修改浏览器源代码,我需要能够将图像从互联网复制到剪贴板。我似乎不知道该怎么做,我知道这是可能的,因为我在 Note 2 上看到过。
谢谢
您必须通过 http 获取图像,然后将其放在剪贴板上。在任何平台上都是一样的。
我认为android开发者网站解释了这一点。这不会帮助你吗? http://developer.android.com/guide/topics/text/copy-paste.html