访客地图

时钟

张成
2015/1

local tm = os.time()
local scheduler = cc.Director:getInstance():getScheduler()
scheduler:scheduleScriptFunc(function(dt) 
    print(os.date("%Y-%m-%d %H %M %S",tm))
    tm = tm + 1
end, 1,false)