[求助]lua下的CCTimer怎么用?

gTimer = CCTimer:timerWithScriptHandler(function(…)
print(“hello world”)
end, 1)
没用,是不是我要手动调用gTimer:update?那这算哪门子的计时器啊。。求教。