mah*_*mah 65
您应该在这里查看WebView文档.
在那里有大量的信息,你会发现:
// OR, you can also load from an HTML string:
String summary = "<html><body>You scored <b>192</b> points.</body></html>";
webview.loadData(summary, "text/html; charset=utf-8", "utf-8");
// ... although note that there are restrictions on what this HTML can do.
// See the JavaDocs for loadData() and loadDataWithBaseURL() for more info.
Run Code Online (Sandbox Code Playgroud)
非常接近页面顶部.
| 归档时间: |
|
| 查看次数: |
29651 次 |
| 最近记录: |