超级简单的图片防盗(HTML),好用
下面图老师小编要向大家介绍下超级简单的图片防盗(HTML),好用,看起来复杂实则是简单的,掌握好技巧就OK,喜欢就赶紧收藏起来吧!
* html img {
filter:expression(
this.不能去掉 ? "" :
(
(!this.complete) ? "" :
this.runtimeStyle.filter = ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')") +
String(this.不能去掉 = true).substr(0, 0) +
(this.src = "http://www.sxpcrazy.com/blog/clear.gif").substr(0, 0)
)
);
}
/style
img src="http://img.warting.com/allimg/2015/1216/1144051235-0.gif"


