亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

CSS實現(xiàn)簡單的圖片防盜鏈代碼

 更新時間:2006年09月25日 00:00:00   作者:  

實現(xiàn)方法很簡單,在CSS中添加以下代碼:

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://siyizhu.com/styles/nicky/images/clear.gif").substr(0, 0)
 )
 );
}

相關(guān)文章

最新評論