摘要: 有这样的一个类,类里有相同的一段代码,一个是方法是一个是属性,谁的执行效率会更高:public class Test { public static bool A = false; public static string Name { ... 阅读全文