【发布时间】:2021-09-27 01:28:58
【问题描述】:
颜色不适用于控制台中的链接,如何解决? 前两行显示正常,但第三行显示不正常:
console.log('%cHello-hello-hello', 'color: #5865f2; font: 700 68px sans-serif;-webkit-text-stroke: 2px black;');
console.log('%cat the link below', 'color: #5865f2; font: 700 24px sans-serif;');
console.log('%chttps://stackoverflow.com/', 'color: #000; font: 700 18px sans-serif;');
【问题讨论】:
-
这里提出了一个非常相似的问题stackoverflow.com/questions/49728760/…
-
console.log('%c https://'+'%cstackoverflow.com/', "color: #5865f2; font: 700 18px sans-serif;", "color: #5865f2; font: 700 18px sans-serif;");
标签: javascript html css sass