以下是代码: step=0 function title() { step++ if (step==20) {step=1} if (step==1) {document.title='★☆☆︷無與倫比.′☆★☆'} if (step==2) {document.title='☆★☆︷無與倫比.′★☆☆'} if (step==3) {document.title='☆☆★︷無與倫比.′☆☆★'} if (step==4) {document.title='☆★☆︷無與倫比.′☆★☆'} if (step==5) {document.title='★☆☆為杰沉淪﹎★☆☆'} if (step==6) {document.title='☆★☆為杰沉淪﹎☆★☆'} if (step==7) {document.title='☆☆★為杰沉淪﹎☆☆★'} if (step==8) {document.title='☆★☆為杰沉淪﹎☆★☆'} if (step==9) {document.title='★☆☆QQ:312175491★☆☆'} if (step==10) {document.title='☆★☆QQ:312175491☆★☆'} if (step==11) {document.title='☆☆★QQ:312175491☆☆★'} if (step==12) {document.title='☆★☆QQ:312175491☆★☆'} if (step==13) {document.title='★☆☆谢谢您的支持★☆☆'} if (step==14) {document.title='☆★☆谢谢您的支持☆★☆'} if (step==15) {document.title='☆☆★谢谢您的支持☆☆★'} if (step==16) {document.title='☆★☆谢谢您的支持☆★☆'} if (step==17) {document.title='★☆☆︷無與倫比.′★☆☆'} if (step==18) {document.title='☆★☆︷無與倫比.′☆★☆'} if (step==19) {document.title='☆☆★︷無與倫比.′☆☆★'} setTimeout("title()",300); } title()