コード例 #1
0
 public List <string> GetAllUserID()     //获取所有的用户ID
 {
     return(u.GetAllUserID());
 }