控制台打印

SOBER大约 2 分钟

控制台打印

console.log("%c 欢迎来到168网校·继续教育信息化平台!", "background: rgba(252,234,187,1);background: -moz-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(175,250,77,1) 12%, rgba(0,247,49,1) 28%, rgba(0,210,247,1) 39%,rgba(0,189,247,1) 51%, rgba(133,108,217,1) 64%, rgba(177,0,247,1) 78%, rgba(247,0,189,1) 87%, rgba(245,22,52,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(12%, rgba(175,250,77,1)), color-stop(28%, rgba(0,247,49,1)), color-stop(39%, rgba(0,210,247,1)), color-stop(51%, rgba(0,189,247,1)), color-stop(64%, rgba(133,108,217,1)), color-stop(78%, rgba(177,0,247,1)), color-stop(87%, rgba(247,0,189,1)), color-stop(100%, rgba(245,22,52,1)));background: -webkit-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(175,250,77,1) 12%, rgba(0,247,49,1) 28%, rgba(0,210,247,1) 39%, rgba(0,189,247,1) 51%, rgba(133,108,217,1) 64%, rgba(177,0,247,1) 78%, rgba(247,0,189,1) 87%, rgba(245,22,52,1) 100%);background: -o-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(175,250,77,1) 12%, rgba(0,247,49,1) 28%, rgba(0,210,247,1) 39%, rgba(0,189,247,1) 51%, rgba(133,108,217,1) 64%, rgba(177,0,247,1) 78%, rgba(247,0,189,1) 87%, rgba(245,22,52,1) 100%);background: -ms-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(175,250,77,1) 12%, rgba(0,247,49,1) 28%, rgba(0,210,247,1) 39%, rgba(0,189,247,1) 51%, rgba(133,108,217,1) 64%, rgba(177,0,247,1) 78%, rgba(247,0,189,1) 87%, rgba(245,22,52,1) 100%);background: linear-gradient(to right, rgba(252,234,187,1) 0%, rgba(175,250,77,1) 12%, rgba(0,247,49,1) 28%, rgba(0,210,247,1) 39%, rgba(0,189,247,1) 51%, rgba(133,108,217,1) 64%, rgba(177,0,247,1) 78%, rgba(247,0,189,1) 87%, rgba(245,22,52,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f51634', GradientType=1 );font-size:1.5em;border-radius: 8px;")
console.log('%c 本网站由168网校提供技术支持!感谢使用!', 'background: #222; color: #bada55; font-size:1.5em;border-radius: 8px;')

console.log(
    `%c                    %c`,
    "background:#35495e ; padding: 1px; border-radius: 3px 0 0 3px;  color: #fff; font-size:2.0em;font-weight: bold; background: url(https://www.168wangxiao.com/uploadfile/202112/78d222278390fba.png) no-repeat; background-size: 10.2em 1.38em",
    "background:transparent; font-size:1.2em;"
);
const STYLEO =
    "background:#35495e ; padding: 1px; border-radius: 3px 0 0 3px;  color: #fff; font-size:1em; font-weight: bold;";
const STYLET =
    "border-radius: 0 3px 3px 0;  color: #fff; font-size:1em; font-weight: bold;";
console.log(
    `%c hello %c 欢迎来到168网校·继续教育信息化平台! %c`,
    `${STYLEO}`,
    `background:#41b883 ; padding: 1px; ${STYLET}`,
    "background:transparent;"
);
console.log(
    `%c 声明: %c 本网站由168网校提供技术支持!感谢使用! %c`,
    `${STYLEO}`,
    `background:#d6af23 ; padding: 1px; ${STYLET}`,
    "background:transparent; font-size:1.2em;"
);