有没有办法使用Android的WebView获取图像的标题?

时间:2016-12-22 21:57:08

标签: android image webview title

我使用Android的WebView作为浏览器的渲染引擎。我希望能够获得图像的标题。例如,当浏览到桌面上的https://www.xkcd.com/327/时,鼠标悬停在漫画上会显示以下文字:“她的女儿被命名为帮助我被困在驾驶执照工厂中。”漫画的源代码如下:

<img src="//imgs.xkcd.com/comics/exploits_of_a_mom.png" title="Her daughter is named Help I&#39;m trapped in a driver&#39;s license factory." alt="Exploits of a Mom" />

使用WebView.HitTestResult.getExtra()src。有谁知道如何获得title

0 个答案:

没有答案