-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
543 additions
and
1,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
"use strict"; | ||
|
||
function makeMulti(string) { | ||
var l = new String(string); | ||
l = l.substring(l.indexOf("/*") + 3, l.lastIndexOf("*/")); | ||
return "%c " + l; | ||
} | ||
|
||
var string = function string() { | ||
/* | ||
_____ _ __ ____ | ||
/ ___/____ (_)___/ /__ _____/ __ )____ _ __ 爬虫爬得欢 | ||
\__ \/ __ \/ / __ / _ \/ ___/ __ / __ \| |/_/ 监狱要坐穿 | ||
___/ / /_/ / / /_/ / __/ / / /_/ / /_/ /> < 数据玩得溜 | ||
/____/ .___/_/\__,_/\___/_/ /_____/\____/_/|_| 牢饭吃个够 | ||
/_/ | ||
*/ | ||
}; | ||
|
||
console.log(makeMulti(string), "color: #0084ff"); | ||
console.log("\n %c © BOB'S BLOG %c itbob.cn %c © SpiderBox %c spiderbox.cn %c © WebStack %c webstack.cc \n", "color: #fadfa3; background: #030307; padding:5px 0;", "background: #fadfa3; padding:5px 0;", "color: #ffffff; background: #0084ff; padding:5px 0;", "background: #fadfa3; padding:5px 0;", "color: #ffffff; background: #f1404b; padding:5px 0;", "background: #fadfa3; padding:5px 0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
--- | ||
title: 目录 | ||
date: 2020-05-12 14:57:21 | ||
permalink: /pages/4df94fd275d64d78 | ||
permalink: /pages/toc | ||
article: false | ||
--- | ||
|
||
## 目录 | ||
|
||
- 网络请求 | ||
- 数据处理 | ||
- 框架接口 | ||
- 脚本命令 |
Oops, something went wrong.