这贴class test { private string _a; public string A { get{ return _a;} set{_a=value;} } public test() { } }