diff --git a/Main.cs b/Main.cs index 95c4281..81a1850 100644 --- a/Main.cs +++ b/Main.cs @@ -67,4 +67,5 @@ json = JsonTool.GetString(p); Person p2 = JsonTool.GetObject(json) ?? new(); -Console.WriteLine("My name is " + p2.Name + ", I am " + p2.Age + "-year-old. I live at " + p2.Address.State + " " + p2.Address.City); \ No newline at end of file +Console.WriteLine("My name is " + p2.Name + ", I am " + p2.Age + "-year-old. I live at " + p2.Address.State + " " + p2.Address.City); +Console.WriteLine("摆烂了"); \ No newline at end of file