最佳答案
performance.now()
和 Date.now()
有什么不同?
我是否应该考虑 performance.now()
作为 Date.now()
的替代品,因为 performace.now()
更加一致和独立?