Android Access the HTML Tags
I want to access the HTML tags which are present in the web page. I want to change the content of the particular tags. Can anyon开发者_如何学Pythone please help me with this
Use an HTML parser. http://java-source.net/open-source/html-parsers You can parse different tags as well as recreate HTML.
精彩评论