美文网首页
console控制台打印有色文字

console控制台打印有色文字

作者: hao_developer | 来源:发表于2022-12-27 16:47 被阅读0次

    %c后面必须\color{red}{加空格}\才能在手机上生效

    image.png
    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