This commit is contained in:
milimoe 2023-08-11 00:23:05 +08:00
parent 9a493b1bfd
commit c0fadb7f23
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -68,4 +68,4 @@ json = JsonTool.GetString(p);
Person p2 = JsonTool.GetObject<Person>(json) ?? new(); Person p2 = JsonTool.GetObject<Person>(json) ?? new();
Console.WriteLine("My name is " + p2.Name + ", I am " + p2.Age + "-year-old. I live at " + p2.Address.State + " " + p2.Address.City); Console.WriteLine("My name is " + p2.Name + ", I am " + p2.Age + "-year-old. I live at " + p2.Address.State + " " + p2.Address.City);
Console.WriteLine("摆烂了2"); Console.WriteLine("摆烂了3");