加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
爬虫_良良.js 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
加入("标签",{
spider: ["爬虫","#BED432","#000000"],
});
加入("APP",{
bdspider: {
名称: "百度爬虫",
前置: "不是",
无缝: "不是",
标签: ["百度","爬虫"],
内容: "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
},
sgspider: {
名称: "搜狗爬虫",
前置: "不是",
无缝: "不是",
标签: ["搜狐","爬虫"],
内容: "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
},
"360spider": {
名称: "360 爬虫",
前置: "不是",
无缝: "不是",
标签: ["360","爬虫"],
内容: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36; 360Spider"
},
bingspider: {
名称: "必应爬虫",
前置: "不是",
无缝: "不是",
标签: ["爬虫"],
内容: "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
},
googlespider: {
名称: "谷歌爬虫",
前置: "不是",
无缝: "不是",
标签: ["谷歌","爬虫"],
内容: "(compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
},
bytespider: {
名称: "字节跳动爬虫",
前置: "不是",
无缝: "不是",
标签: ["头条","爬虫"],
内容: "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4586.1691 Mobile Safari/537.36; Bytespider; bytespider@bytedance.com"
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化