摘要:
/// <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
阅读(1318)
评论(0)
推荐(0)

浙公网安备 33010602011771号