摘要:
1、引用:uses TJSONObject; 1 json := TJSONObject.create; 2 json.addPair('姓名','张三'); 3 json.addPair('年龄','30') 4 showmessage(json.tostring);//字符串格式 5 showm 阅读全文
posted @ 2020-03-03 01:47
回归2016
阅读(9990)
评论(0)
推荐(0)