Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,这将代表什么:
return date( 'Hi' ) >= '500' && date( 'Hi' ) <= '900';
date('H')是 24 小时格式的小时,而i是分钟。500 是 5:00am,900 是 9:00am,所以系统时间必须在 5:00am 到 9:00am 之间
date('H')
i