How to extract meta tags from website on android?
问题 is there a smart way to read the content of metatags from an URL in android? I'll show a webpage in the webview on android and want to read some informations from the metatag inside. Is the only way to parse the string of the webpage to find the special string "meta name="x-..." content="!!!" or is there any smarter way?? 回答1: A smart way would be using Jericho Library supposing you have an html file like this <html xmlns="http://www.w3.org/1999/xhtml" debug="true"> <head> <meta http-equiv=