1 Star 0 Fork 20

西湖醉侠/JSpider

forked from 江夏尧/JSpider 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
JSpider-nor.js 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
KonghaYao 提交于 2020-09-01 13:53 . 2020/9/1
import Ajax from "./lib/Ajax.js";
import downloader from "./lib/Downloader.js";
import HTMLparser from "./lib/HTMLParser.js";
import Script from "./lib/Script.js";
import XMLParser from "./lib/XMLParser.js";
import Cookies from "./lib/Cookies.js";
import extend from "./lib/extend.js";
import Search from "./lib/Search.js";
class JSpider extends Ajax {
constructor(config = {}) {
super(config);
this.version = "ext";
this.extend = extend;
this.Script = Script;
this.download = downloader;
this.HTMLParser = HTMLparser;
this.XMLParser = XMLParser;
this.Cookies = Cookies;
this.Search = Search;
}
}
export default JSpider;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hewill521/jspider.git
git@gitee.com:hewill521/jspider.git
hewill521
jspider
JSpider
master

搜索帮助