function main()
while true do
local t = os.date("*t",net.time())
if t.hour > 8 then
--执行任务
else
sys.sleep(5000)
end
end
end
function main()
while true do
local t = os.date("*t",net.time())
if t.hour > 8 then
--执行任务
else
sys.sleep(5000)
end
end
end
问 求一个3点启动脚本例子