Tables is the closest thing to a struct that you get in Lua: local s = {} s.num = 2 s.city_id = 234 s.area_id = 2345.
確定! 回上一頁