前端打印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 协议》,转载必须注明作者和本文链接
 
           chowjiawei 的个人博客
 chowjiawei 的个人博客
         
             
             
             
                     
                     
             
             
            
 
           
           关于 LearnKu
                关于 LearnKu
               
                     
                     
                     粤公网安备 44030502004330号
 粤公网安备 44030502004330号 
 
推荐文章: