感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<p>
由于 console 不能定义 img,因此用背景图片代替。此外,console 不支持 width 和 height,利用空格和 font-size 代替;还可以使用 padding 和 line-height 代替宽高。</p>
xxxxxxxxxx
console.log("%c","background:url(https://static.runcodex.com/images/runcodex-logo.png) no-repeat;padding:50px 300px;line-height:120px");
输入 CSS 代码……