%c后面必須
才能在手機上生效
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');
const testStr = '2444081234ab56789004';
console.log(`%c ${testStr}`, 'color:green');//%c后面必須加空格才能在手機上生效
console.log('%c 1111111 %c 222222 %c 333333', 'color:yellow','color:pink','color:red');