hour(time())是什么意思哦?

问题描述:

hour(time())是什么意思哦?

取出当前时间的小时来.
TIME()是取当前系统时间.
HOUR()是取小时
比如说.当前时间是17:32
那么hour(time())=17