📄 count.htm
字号:
document.open();
document.write('<a href=http://report7.itsun.com/stats/index.jsp?uuid=1769908 target=_blank title=ITSUN-专业的免费网站流量统计-IP:222.209.220.17 style=font-size:9pt;></a>');
var cookieString = new String(document.cookie);
var cookieHeader = "Report7_itsun_1769908=" ;
var beginPosition = cookieString.indexOf(cookieHeader) ;
if (beginPosition == -1){
var Then = new Date() ;
var hours = Then.getHours();
var minutes = Then.getMinutes();
var seconds = Then.getSeconds();
var lefttime = 1000 * ( 86400 - hours*3600 - minutes*60 - seconds);
Then.setTime(Then.getTime() + lefttime );
document.cookie = "Report7_itsun_1769908=y;expires="+ Then.toGMTString() +"; path=/";
var fromr=top.document.referrer;
fromr=(fromr=="")?document.referrer:fromr;
var c_page=top.location.href;
c_page = c_page =="" ? location.href : c_page;
var query = '&c_page=' + escape(c_page) + '&refer1=' + escape(fromr) + '&c_screen=' + screen.width+ 'x'+screen.height;
document.write('<img width="10" height="0" border="0" src="http://222.73.19.217/www7/count2.php?uuid=1769908&ip1=222.209.220.17'+ query + '">');
}
document.close();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -