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.
我无法在项目的 Assets 目录中的 create 中加载 html 文件。在执行项目时,它说找不到网页。我使用的代码是
myWebView.loadUrl("file:///assets/wv.html")
myWebView.loadUrl("file:///android_asset/custom_page.html");
当 custom_page.html 位于资产目录中时,此语法有效。