local tbl = {"apple", "pear", "orange", "grape"} print(table.concat(tbl)) :applepearorangegrape
local tbl = {"apple", "pear", "orange", "grape"}
print(table.concat(tbl))
:applepearorangegrape
本文标题:Lua_table库函数
本文链接:https://www.haomeiwen.com/subject/xlxmgxtx.html
网友评论