熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

C#裡面中將字符串轉為變量名

2022-06-13   來源: .NET編程 
    例如
    string str = spp;
    string spp = very good;
    怎樣搞 str 而得到 very good 這個值?
    答案
    public partial class Form : Form
    {
    string str = spp;
    public string spp = very good;
    public Form()
    {
    InitializeComponent()
    MessageBoxShow(thisGetType()GetField(str)GetValue(this)ToString())
    }
    }
From:http://tw.wingwit.com/Article/program/net/201311/11553.html
  • 上一篇文章:

  • 下一篇文章:
  • 推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.