摘要: $t1 = microtime(true); //程序过程 $t2 = microtime(true); file_put_contents("a.txt", "耗时".round($t2-$t1,3)."秒\r\n",FILE_APPEND); 阅读全文
posted @ 2019-07-23 09:04 沈启伦 阅读(117) 评论(0) 推荐(0)