摘要: 用法一 this代表当前类的实例对象 class Program { static void Main(string[] args) { try { Test test = new Test(); Console.WriteLine(test.getResult()); } catch (Excep 阅读全文
posted @ 2018-05-13 21:12 安以痕_陈 阅读(158) 评论(0) 推荐(0) 编辑