示例#1
0
 public static int getID(Token tok)
 {
     return(Token.tokens.IndexOf(tok));
 }