首页 > 编程 > JavaScript > 正文

超级简单的图片防盗(HTML),好用

2019-11-21 02:09:35
字体:
来源:转载
供稿:网友
<style type="text/css">
* 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="//www.VeVB.COm/logos.gif">
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表