页面导航: 首页网络编程JavaScript网页特效图象特效 → 正文内容 超级简单的图片防盗(HTML),好用

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

发布:dxy 字体:[增加 减小] 类型:转载
<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="http://www.jb51.net/logos.gif">
浏览次数:载入中... 打印本文关闭本文返回首页
·在百度中搜索关于“超级简单的图片防盗(HTML),好用”相关内容
·在谷歌中搜索关于“超级简单的图片防盗(HTML),好用”相关内容

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行