json.encode将表格数据编码为JSON 字符串。格式:jsonString = json.encode(表格对象)用法示例:local str = json.encode({a=1,b="ss",c={c1=1,c2=2} ...
確定! 回上一頁