lua里如何通过字符串连接符反转为变量

如题所述

第1个回答  2018-06-05
你描述的不是很清晰 知道这个是不是你要的

local t = {1,2,3,4,5,6,7}print(table.concat(t,"",2,5))本回答被网友采纳
相似回答