Lua_table库函数2017-12-28 本文已影响0人 KailLau 字符连接 local tbl = {"apple", "pear", "orange", "grape"} print(table.concat(tbl)) :applepearorangegrape