document.write('
');
$results=$db->query_memcache($sql);
foreach($results as $row) {
//while($row=$db->fetch_array($results)){
//因为访问数字超过百万,避免折行,所以字数减1
if($type=='本地') $k=5; else $k=1;
if($row[$order]*$k>10000){
$count = sprintf("%.2f", $row[$order]*$k/10000);
$count = $count.'万';
}else{
$count = $row[$order]*$k;
}
if($row[$order]>1000000) {
$byte=$_GET['byte']-1;
}
?>
document.write(' | if($flag!="no") {?> 条 | } ?>
');
}
?>
document.write('
');