需要在lua5.0 或lua.net上執行, lua 5.1略有改動. 1 --test.lua 2 do 3 4 --事件原型對象, 所有事件由此原型生成 5 Event = {} 6 7 function Event:New()
確定! 回上一頁