同上
------解决方案--------------------
timer事件代码参考
if string( now, 'hh:mm:ss' ) > '09:00:00' then
if not isvalid(w_1) then
open(w_1)
end if
end if
if string( now, 'hh:mm:ss' ) > '12:00:00' then
if isvalid(w_1) then
close(w_1)
end if
end if
窗口的open
timer(1)