本文整理自网络,侵删。
uses system.json var {statement json} InfoJson: TJSONObject;begin InfoJson := TJSONObject.ParseJSONValue({json字符串}) as TJSONObject; InfoJson.GetValue('unit');{取值} end;
相关阅读 >>
Delphi 中 findwindow 和 findwindowex 的语法和用法
更多相关阅读请进入《Delphi》频道 >>