📜  更大的文本控制台 javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:22.454000             🧑  作者: Mango

代码示例1
// You can use the %c directive to apply a CSS style to console output
console.log("%cWhat's up?", 'font-size: 40px; color: red; background-color: black;');