日期:2014-05-17 浏览次数:20467 次
〈script language=javascript〉
step=0
function flash_title()
{step++
if (step==3) {step=1}
if (step==1) {document.title='☆csdn★'}
if (step==2) {document.title='★床上等你!☆'}
setTimeout("flash_title()",180);
}
flash_title()
〈/script〉