Convert a lua table into a lua syntactically correct string. function table_to_string(tbl). local result = "{". for k, v in pairs(tbl) do.
確定! 回上一頁