chengdaming posted an article on
chengdaming's Xanga Site
-
Sep 12, 2008, 12:45 pm
var pic=new Array(5)pic[0]="圖1網址"pic[1]="圖2網址"pic[2]="圖3網址"pic[3]="圖4網址"pic[4]="圖5網址"var newdate=new Date()var getpic=newdate.getSeconds()%pic.lengthdocument.write('')document.write('body{ background-image: url('+pic[getpic]+');')document.write(' background-repeat: no-r...