登录
登录 注册新账号
注册
已有账号登录
timeout=60;
count=0;
current=location.href;
setTimeout('reload()',1000*timeout);
function reload(){
    count=count+1
    console.log(count)
    setTimeout('reload()',1000*timeout);
    fr4me='<frameset cols='*'>n<frame src=''+current+''/>';
    fr4me+='</framesset>';
    with(document){write(fr4me);void(close())};
}
0 个回答
撰写答案