lua map 封装

map = {} local this = map function this:new() o = {} setmetatable(o,self) self.__index = self self.count = 0 return o end -- put在放入数据时,如果放入数据的key已经存在M
posted on 2022-09-02 11:28  Ruthless  阅读(117)  评论(0编辑  收藏  举报