随笔分类 -  .net学习

摘要:/// <summary> /// 将字符串转换为变量名 /// </summary> public partial class Form1 : Form { string str = "spp"; public string spp = "every good"; public Form1() { InitializeComponent(); MessageBox.Show(this.GetType().GetField(str).GetValue(this).ToSt... 阅读全文
posted @ 2011-08-08 23:53 zhaolee 阅读(1311) 评论(0) 推荐(0)