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.
我有一个应用程序可以使用此代码在 web 视图中执行 JavaScript,它工作正常:
ivWeb.loadUrl(url);
我将收到一些 JavaScript 代码作为文本字符串。有什么方法可以执行吗?
称呼:
ivWeb.getSettings().setJavaScriptEnabled(true);