public enum eOutputType
    {
        None=0,天才=1
    }

eOutputType tmp = (eOutputType)(Enum.Parse(typeof(eOutputType), "天才");

 

相关文章:

  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-06-22
  • 2021-12-11
相关资源
相似解决方案