Assume I have the following html:
I am 3条回答 一生所求 (楼主) 2020-12-10 07:26 I am replacing word hello with hello(span tag) Document doc = Jsoup.parse(content); Element test = doc.body(); Elements elemenets = test.getAllElements(); for(int i =0 ;i hello")); } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I am replacing word hello with hello(span tag)
Document doc = Jsoup.parse(content); Element test = doc.body(); Elements elemenets = test.getAllElements(); for(int i =0 ;i hello")); }