コード例 #1
0
ファイル: Users.cs プロジェクト: yf956613/JFCharge2
 public bool username(string username) //判断用户是否存在
 {
     return(users.SelectUser(username));
 }