开发者

Android Access the HTML Tags

开发者 https://www.devze.com 2023-02-26 19:32 出处:网络
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 thisUse an HTML parser. http://

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消