方法的描述uptimeMillis说:Returnsmillisecondssinceboot,notcountingtimespentindeepsleep.Note:Thisvaluemaygetresetoccasionally(beforeitwouldotherwisewraparound).这种情况发生的频率如何(更重要的是)它会影响应由Handler.postAtTime执行的可运行程序吗?? 最佳答案 uptimeMillis调用以systemTime()为基础,在Linux系统上变为clock_gettime(CL