当前位置: 移动技术网 > IT编程>开发语言>JavaScript > 超级简单的图片防盗(HTML),好用

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

2019年08月01日  | 移动技术网IT编程  | 我要评论
<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.jb51.net/logos.gif">

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网