摘要:
table_ext.lua 如果table不为空则新建 function table.getEmptyTable(tb) if nil == tb or nil ~= next(tb) then return {} end return tb end function table.isEmpty(t 阅读全文
posted @ 2023-05-17 23:11
yanghui01
阅读(138)
评论(0)
推荐(0)
摘要:
table_listext.lua function list.reset(listTb, val) for i=1,#listTb do listTb[i] = val end end function list.castItemToNum(listTb) for i=1,#listTb do l 阅读全文
posted @ 2023-05-17 23:08
yanghui01
阅读(61)
评论(0)
推荐(0)

浙公网安备 33010602011771号