$t1 = microtime(true); //...要执行的代码$t2 = microtime(true); echo '耗时'.round($t2-$t1,3).'秒';
posted on 2016-04-10 00:44 studyphp 阅读(361) 评论(0) 收藏 举报