com.bytegriffin.get4j.sample.ShunfengPageParser Maven / Gradle / Ivy
The newest version!
package com.bytegriffin.get4j.sample;
import java.util.Iterator;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.bytegriffin.get4j.Spider;
import com.bytegriffin.get4j.core.Page;
import com.bytegriffin.get4j.parse.PageParser;
/**
* 顺丰快递--查询单号
*/
public class ShunfengPageParser implements PageParser {
@Override
public void parse(Page page) {
JSONArray jsonArray = JSONArray.parseArray( page.json("$.data[*]") );
Iterator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy