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.
我有一个网络视图。我已经加载了webview
web_view.loadData(" style=\"height:100%;padding-top:2px;\">","text/html", "utf-8");
我想通过单击按钮获取 webview 的内容。
任何帮助将不胜感激:)