androidwebview加载本地js怎么实现交互

2025-03-02 01:07:00
推荐回答(1个)
回答1:

webview和js交互跟是不是在本地没关系。
http://blog.csdn.net/leejizhou/article/details/50894531
这里有教程,交互有两种,一种是webview加载js方法和js调用原生的方法。