%c后面必须才能在手机上生效
image.pngconst testStr = '2444081234ab56789004';
console.log(`%c ${testStr}`, 'color:green');//%c后面必须加空格才能在手机上生效
console.log('%c 1111111 %c 222222 %c 333333', 'color:yellow','color:pink','color:red');
const testStr = '2444081234ab56789004';
console.log(`%c ${testStr}`, 'color:green');//%c后面必须加空格才能在手机上生效
console.log('%c 1111111 %c 222222 %c 333333', 'color:yellow','color:pink','color:red');
本文标题:console控制台打印有色文字
本文链接:https://www.haomeiwen.com/subject/ihzoqdtx.html
网友评论