前端列印console.log 字元畫

chowjiawei發表於2024-02-06

console.log 字元畫

patorjk.com/software/taag/#p=displ...
從網站中生成 並複製到下面的程式碼中替換字元
Laravel

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 協議》,轉載必須註明作者和本文連結

相關文章