2014-01-14 162 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將調用每一個頁面加載時間。