12 2020 档案

摘要:delphi自带的Json单元读取Json还是特别方便的。如下: { "date": "2014-03-04", "error": 0, "results": [ { "currentCity": "成都", "weather_data": [ { "date": "周二(今天, 实时:12℃)", 阅读全文
posted @ 2020-12-23 15:25 沂水蓝海 阅读(578) 评论(0) 推荐(0)
摘要:单元代码如下: unit Pkg.Json.DTO; interface uses System.Classes, System.Json, Rest.Json, Rest.JsonReflect; type TJsonDTO = class private FOptions: TJsonOptio 阅读全文
posted @ 2020-12-16 10:28 沂水蓝海 阅读(189) 评论(0) 推荐(0)