前端打印console.log 字符画
console.log 字符画
patorjk.com/software/taag/#p=displ...
从网站中生成 并复制到下面的代码中替换字符
function makeMulti (string) {
let l = new String(string)
l = l.substring(l.indexOf("/*") + 3, l.lastIndexOf("*/"))
return l
}
let string = function () {
/* __ __ _
/\ \ \ ___ __ __ / / __ _ _ __ __| |
/ \/ / / _ \\ \ /\ / / / / / _` || '_ \ / _` |
/ /\ / | __/ \ V V / / /___ | (_| || | | || (_| |
\_\ \/ \___| \_/\_/ \____/ \__,_||_| |_| \__,_|
*/
}
console.log(makeMulti(string));
console.log("%c看我的console,想请我吃饭?","color:blue;font-weight:bold;");
console.log("%c嘉偉出品,必属精品", "color:red;font-weight:bold;");
本作品采用《CC 协议》,转载必须注明作者和本文链接
优点意思
优点意思
这个网站不错,可以可以
我已经用起来了,感谢大佬