在c#中把字符串转为变量名并获取变量值的小例子(转)
摘要:
public class Program { public string str = "spp"; public string spp = "Hello World!"; public static void Main(string[] args) { Program p = new Program()... 阅读全文
posted @ 2016-01-19 23:20 风过 无痕 阅读(5548) 评论(0) 推荐(0) 编辑