SOURCE

console 命令行工具 X clear

                    
>
console
<img src="https://th.bing.com/th/id/R65398d6ad86129f9628c0ad80da4040c?rik=C3qNS9mZOQk%2b5A&riu=http%3a%2f%2fwww.shijuepi.com%2fuploads%2fallimg%2f200918%2f1-20091Q10420.jpg&ehk=QBNuJIbVP1qo%2bwUD3YzXcvL4H5iHivOHXUnzzRw%2bWfU%3d&risl=&pid=ImgRaw" alt="">
img:first-of-type {
    width: 180px;
    height: 180px;
    transition: content 1s;
}
img:first-of-type:hover {
    /* 
        仅在webkit下支持所有元素设置content属性
     */
    content: url("https://img.zcool.cn/community/01c8f15aeac135a801207fa16836ae.jpg@1280w_1l_2o_100sh.jpg");
}