📜  在控制台中显示图像 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:08.887000             🧑  作者: Mango

代码示例1
console.log("%c" + dim.string, dim.style + "background: url(" + url + "); background-size: " + (this.width * scale) + "px " + (this.height * scale) + "px; color: transparent;");