public class cla1{ public string cc1 { get { return "test"; } }}訪問cc1new cla1().cc1我想這樣訪問new cla1()["cc1"]C#里是怎么寫 查看完整描述