enum Days {Sat, Sun, Mon, Tue, Wed, Thu, Fri};string t = "Thu";我知道(int)Days.Thu=5,现在,我要知道t在Days中对应的常数值,应该用什么方法求得???