<?php
$url_info="Admin/".CONTROLLER_NAME.‘/‘.ACTION_NAME;
$send_count=M(‘SendCount‘);
$url=$send_count
->field(‘id,spendcount,request,maxrequest,minrequest‘)
->where("url=‘%s‘",$url_info)
->find();
if(!empty($url)){
$times=round(microtime(true)-..
分类:
其他好文 时间:
2017-11-13 18:27:42
阅读次数:
109