njsp npm install njsp --save 用来处理 jsonp 类型的请求. example njsp(url, { callback: 'cb' }).then(res => res.data) 接受参数 url为String,data为Object