带换行符的样式化浏览器console.log

时间:2018-09-25 10:24:44

标签: javascript css google-chrome google-chrome-devtools console.log

在Google chrome中,我试图使用CSS向console.logs添加颜色,但是我遇到了换行问题。

在简单的控制台日志中,\n可以正常工作: enter image description here

,但是在添加样式时它会以某种方式被忽略: enter image description here

您知道为什么会这样吗?以及如何在不多次调用console.log的情况下解决该问题?

0 个答案:

没有答案