in Lua, how can I use a table as varargs (…)?

后端 未结 2 441
孤独总比滥情好
孤独总比滥情好 2020-12-17 19:40

strjoin accepts one string and then a variable number of arguments. I\'m looking for a way to take a table with a variable number of arguments and use each item in the table

2条回答
提交回复
热议问题