_threads:getMain():getTimer():setTimeout(function() _console:log("一秒后执行") _threads:sleep(1000) _console:log("再一秒后执行") end, 1000) _threads:sleep(1000) _console:log("一秒后执行")