
Json/Xml/Jsoup(html)
Dima3773
这个作者很懒,什么都没留下…
展开
-
Jsoup解析HTML
/** * @Title: testXml * @Description: Jsoup解析HTML */ @Test public void testXml(){ /** * <form action="http://www.baidu.com" method="post"> * &am原创 2018-06-21 18:26:53 · 122 阅读 · 0 评论 -
FastJson使用
一、Fastjson使用指南W3Cschool文档: https://www.w3cschool.cn/fastjson/fastjson-quickstart.html 二、Fastjson的maven仓库: https://mvnrepository.com/artifact/com.alibaba/fastjson 三、常用API: * import com.alibaba.fa...原创 2018-07-09 18:19:00 · 525 阅读 · 0 评论 -
xpp3解析xml数据
一、maven依耐: <!-- https://mvnrepository.com/artifact/xpp3/xpp3 --> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</arti原创 2018-07-09 18:19:42 · 646 阅读 · 0 评论