T
tommy_linux
Unregistered / Unconfirmed
GUEST, unregistred user!
s1:='12:00:00'
s2:='14:00:00'
s:=strtotime(now);
可否这样做判断:if s>s1 and s<s2 then
不行的???该如何做?
s2:='14:00:00'
s:=strtotime(now);
可否这样做判断:if s>s1 and s<s2 then
不行的???该如何做?