2014-01-14 124 views

回答

0

看看以下问题:

How do I get the web page contents from a WebView?

在这里,你会得到一个回调

class MyJavaScriptInterface 
{ 
    @SuppressWarnings("unused") 
    public void processHTML(String html) 
    { 
     // process the html as needed by the app 
    } 
} 

processHTML将调用每一个页面加载时间。