Chrome 官方 api :https://developer.chrome.com/docs/devtools/console/api/
格式语法:
console.log("%c需要输出的信息 ", "css 代码");
例如:
console.log("%chello", `
padding: 50px 300px;
line-height: 120px;
background: url('https://static.runoob.com/images/demo/demo1.jpg') no-repeat center;
color: #fff;
`);
/* 备用图片 */
https://www.w3school.com.cn/i/shanghai_lupu_bridge.jpg
https://www.w3school.com.cn/i/eg_compman.gif