【问题标题】:All ways insert image into web page各种方式将图像插入网页 【发布时间】:2016-05-21 05:51:43 【问题描述】: 我们如何在网页中插入图像(使其可见)? img 标记带有 src 属性 body 标记的 background 属性(已过时) background 和 background-image CSS 属性 :after 和 :before css 伪元素的 content 属性 html5 画布 内嵌 svg 还有其他方法吗? 【问题讨论】: 标签: html css image web 【解决方案1】: border-image:css的属性 【讨论】: