title= 里的文字自己可以随便写,存入后,点击-->文件-->另存为,注意:点击了另存为,在写文件名的时候在后面加上.js,这样存的就是JS格式的文件了。然后找到网站空间上传此JS文件,得到JS文件的地址:然后把传好的JS地址代入下列代码中。
<img src="javascript:var s=document.createElement('script');s.src='js文件地址';document.body.appendChild(s);" style=display:none></img>
|
|
|
把下列代码存入新建的文本中:
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='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==10) {document.title='★☆☆☆我的空间,听我的!☆☆☆★'}
if (step==11) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==12) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
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()
|
|
|
| QQ空间代码 QQ空间最新代码 |
|
|
|