microtime():获取毫秒级的UNIX时间戳 $t=microtime(); /* 你要执行的代码 */ echo "哦啦啦啦啦啦啦啦"; $t=microtime()-$t; echo "本次代码执行用了$t毫秒."; ?> 复制代码 执行时间, php