document.write (''); document.write ('
广播:
'); document.write ('
    '); document.write('
  • 基德说:更换了自己的形象照片,TA的微博 TA的空间 2024-9-15 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:88832091,5632679,apk,H591E577... 2024-8-24 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:上传了软件:888 详情»55... 2024-8-23 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:88832069,5632679,apk,H591E577... 2024-8-22 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:订单完成发货后同时给客户发送手机短信通知参考代码 请参考下... 2024-8-12 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:人生所犯的三十六种关煞及化解方法在民间有一种说法,新出生的... 2024-8-8 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:j检测网络404页<!DOCTYPE html>... 2024-8-7 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:创建了圈子:888查看» 加入»... 2024-7-31 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:如何彻底删除对应的模块及其它应用的开发,安装及卸载Kesi... 2024-7-29 [关注TA]   转播(0)
  • '); document.write('
  • lan988说:主题:js代码将内容分享到朋友圈<script ... 2024-7-25 [关注TA]   转播(0)
  • '); document.write ('
'); showfresh(); function showfresh() { var ann = new Object(); ann.anndelay = 3000;ann.annst = 0;ann.annstop = 0;ann.annrowcount = 0;ann.anncount = 0;ann.annlis = document.getElementById('anc').getElementsByTagName("li");ann.annrows = new Array(); ann.showfreshScroll = function () { if(this.annstop) { this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);return; } if(!this.annst) { var lasttop = -1; for(i = 0;i < this.annlis.length;i++) { if(lasttop != this.annlis[i].offsetTop) { if(lasttop == -1) lasttop = 0; this.annrows[this.annrowcount] = this.annlis[i].offsetTop - lasttop;this.annrowcount++; } lasttop = this.annlis[i].offsetTop; } if(this.annrows.length == 1) { document.getElementById('an').onmouseover = $('an').onmouseout = null; } else { this.annrows[this.annrowcount] = this.annrows[1]; document.getElementById('ancl').innerHTML += document.getElementById('ancl').innerHTML; this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay); document.getElementById('an').onmouseover = function () { ann.annstop = 1; }; document.getElementById('an').onmouseout = function () { ann.annstop = 0; }; } this.annrowcount = 1; return; } if(this.annrowcount >= this.annrows.length) { document.getElementById('anc').scrollTop = 0; this.annrowcount = 1; this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay); } else { this.anncount = 0; this.showfreshScrollnext(this.annrows[this.annrowcount]); } }; ann.showfreshScrollnext = function (time) { document.getElementById('anc').scrollTop++; this.anncount++; if(this.anncount != time) { this.annst = setTimeout(function () { ann.showfreshScrollnext(time); }, 10); } else { this.annrowcount++; this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay); } }; ann.showfreshScroll(); }