console message JavaScript with green checkmark
问题 I was wondering if the was a possibility to have a green checkmark in your console just like console.warn has the yellow warning sign and console.error has the red error sign. I have searched on the internet if there already was a function like that, but I couldn't find it. Now I'm looking for a way to put an icon before a console.log message. Is this possible? 回答1: Certainly is. You can use CSS in Chrome: console.log("%c hi", "background: url(path/to/your/icon.png) 0 0 no-repeat; padding