2018年5月22日
摘要: $t1 = microtime(true);// ... 执行代码 ...$t2 = microtime(true);echo '耗时'.round($t2-$t1,3).'秒'; 阅读全文
posted @ 2018-05-22 16:57 肆肆 阅读(100) 评论(0) 推荐(0) 编辑