首页 > 解决方案 > Console log with color doesn't wrap first line

问题描述

When using a console log with color which is long enough, the line is not wrapped.

Im using chrome as my browser.

console.log('%c' + "Really long line                                                                           ", "color:red")

enter image description here

vs without color

console.log("Really long line                                                                           ")

enter image description here

Is it possible to change this behavior ?

标签: javascriptgoogle-chrome

解决方案


推荐阅读