🌈 搜索
📅  最后修改于: 2022-03-11 15:02:54.843000             🧑  作者: Mango
var hrTime = process.hrtime() console.log(hrTime[0] * 1000000 + hrTime[1] / 1000)