1. 在html页面中
<img src="" />
当src为空时, 在谷歌中图片会默认带有边框
2. css中如下设置
img[src=""],img:not([src]) { opacity:0; }