如何获取系统时间?

How to get system time?

我想获取javascript中的当前年月日时分秒毫秒。

我也在使用 p5.js,如果有辅助方法的话。

这就是我想要的:

Year=2018

Month=4

Day=20

Hour=10

Minute=15

Second=25

Millisecond=236

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date

本网站有 link,由@tkausl 提供。

像这样的问题最好通读 the P5.js reference

具体来说,请查看 时间和日期 部分,其中准确列出了您要查找的函数。