获取当前系统的纳秒时间,该纳秒属于当前秒到达下一秒之间已走过的纳秒时间。
getnstime()
{ "sec":秒信息, "nsec":纳秒信息 }
def test(): # 获取当前系统的纳秒时间 arr=getnstime() print(arr)