摘要: 今天遇到一个题目 分析下面的代码,判断代码是否有误。 1 using System; 2 3 namespace Test1 4 { 5 class Point 6 { 7 public int x; 8 public int y; 9 } 10 class Program 11 { 12 stat 阅读全文
posted @ 2019-12-01 10:18 ABKing 阅读(4929) 评论(0) 推荐(1) 编辑