如何使用 Javascript 选择所有 WebView 内容
注意:这是Android 特定问题(即使用Flash的方法似乎不适用于Android)。
是否可以使用 Javascript 来选择所有 WebView 内容?
另请注意,我仅询问“选择”,不一定复制到剪贴板。
如果您的方法恰好同时执行 select 和复制,这也很好,但不是强制性的。我现在需要的是一种使用 Javascript 选择所有 WebView 内容的方法(就好像我要复制它一样)。
如果这是可能的,您可以发布执行此操作的示例 Javascript 代码吗?
Note: This is Android-specific question (i.e. methods using Flash seem not to be applicable for Android).
Is it possible to use Javascript to select all WebView content?
Also note that I am asking about "select" only, not necessarily copy to clipboard.
If your method happens to do both select & copy, that is good, too, but it's not mandatory. All I need right now is a way to select all WebView content (as if I am about to copy it), using Javascript.
If this is possible, can you post sample Javascript code that does this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下示例可能有助于从 WebView 中提取 HTML
Here is an example that might help Extracting HTML from a WebView