这个图片将在2000年1月1日自动消失。
copy下面的代码到你的html文件的body和/body之间:
代码如下:
script
!--
var imagetag='img src="news.gif" alt="1"' var today=new Date() function expireat(expiredate){ var expire=new Date(expiredate) if (today.getTime()=expire.getTime()) document.write(imagetag) }
//--
/script
script
expireat("january 1, 2000")
/script 猜你喜欢