文章列表nodejsindex计算一个函数的执行时间On this page计算一个函数的执行时间console.timeasync function test() { console.time("test"); .../ 业务 console.timeEnd("test");}