我对javascript,HTML还是很陌生...我已经对HTML有了足够的了解,但是对js的了解却不多(一些基本知识)我想在控制台中告诉一些信息。到我网站上的控制台,我知道您显然必须console.login,但是我想将它设计为不和谐的,如果您转到https://discordapp.com/并转到控制台,您会看到类似此图片的内容
我该怎么做?
console.log("Some text to be displayed in the console");
答案 0 :(得分:0)
console.log("%c" + "Hold Up!", "color: #7289DA; -webkit-text-stroke: 2px black; font-size: 72px; font-weight: bold;");
致谢