摘要: $t1 = microtime(true); sleep(3); $t2 = microtime(true); echo '程序耗时'.round($t2-$t1,3).'秒'; 阅读全文
posted @ 2018-11-09 17:56 hjr_rong 阅读(332) 评论(0) 推荐(0) 编辑