摘要: 用法一 this代表当前类的实例对象 namespace Demo { public class Test { private string scope = "全局变量"; public string getResult() { string scope = "局部变量"; // this代表Tes 阅读全文
posted @ 2021-10-12 11:28 有时爱瞎折腾 阅读(342) 评论(0) 推荐(0)