首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

js跨域兑现统计

2012-09-15 
js跨域实现统计前端js部分if($_GET[click]1){if(file_exists(count.txt)){$countfile_get_contents

js跨域实现统计
前端js部分

if($_GET['click']==1){if(file_exists("count.txt")){$count=file_get_contents('count.txt');$count=$count+1;Tools::writeFile($count,'count.txt');echo 'document.getElementById("count").innerHTML='.$count;}else{Tools::writeFile('1000','count.txt');echo 'document.getElementById("count").innerHTML=12';//echo '12';}}else{$count=file_get_contents('count.txt');echo 'document.write("'.$count.'")';}

热点排行