demo:爬取天津市网上办事大厅的数据
http://zwfw.tj.gov.cn/permissionitem_list_Sort2.jspx?ptype=P
开发时需要用到httpclient的jar包 https://download.youkuaiyun.com/download/qq_41032995/10998137
访问网址的时候抓包
查看一下需要提交的参数
上代码
public static String httpPostWithJSON(String url) throws Exception {
HttpPost httpPost = new HttpPost(url);
CloseableH