写了一段代码,需要测试一下执行时间,怎么办?使用microtime();方法即可。 示例代码 <?php use JajoJSONDB; $json_db = new JSONDB( __DIR__ ); $start_time = microtime(true); for ($i=0; $i < 10000...