2016年4月10日

摘要: $t1 = microtime(true); //...要执行的代码$t2 = microtime(true); echo '耗时'.round($t2-$t1,3).'秒'; 阅读全文
posted @ 2016-04-10 00:44 studyphp 阅读(353) 评论(0) 推荐(0) 编辑

导航