大鲲网发布项目列表树抓取
大鲲网发布项目列表树抓取
var tree=[]; async function getTree(pId,level){ fetchRst = await fetch('/base/getBaseLabel.json?req={"type":1,"parentId":'+pId+'}').then((rst)=>{return rst.text()}).then((rst)=>{return JSON.parse(rst)}); if(typeof(fetchRst.labelList) !='undefined'){ fetchRst.labelList.reduce((rst,last)=>{last['level'] = level; last['parentId'] = pId;tree.push(last); return tree},[]); level++; fetchRst.labelList.reduce((rst,last)=>{getTree(last.id,level);},{}); } } getTree(0,0) setTimeout(()=>{console.log(JSON.stringify(tree))},2000);
下一篇:
vue宣传视频
静水缘首页
刘丕水+宋静静于2007年9月相识于山东理 工大学,毕业后2011年相恋,共甘苦,历 时四年,终于在11月23号拿到了红本本, 组建了自己的小家庭......文章分类
最新文章
- nodejs私钥加密公钥解密的一个例子
- uniapp和微信小程序判断程序运行在开发或者测试或者线上版本的方法分别是什么
- electron使用electron-builder打包后模块包含exe文件执行失败
- Compile is disallowed on the main thread, if the buffer size is larger than 4KB
- better-sqlite3简介及常用操作
- nodejs 操作数据库的库
- nodejs使用http-proxy库实现多个域名代理和同时代理websocket的例子,代理包含https和http两种协议
- iis配置反向代理
- javascript伪多线程代码
- ip所在地址段判断