Ask a question, which eldest brother help answer?
Public interface UserService {
Int insertUser (String userName, String userPwd, String userRePwd);
Int judgeLogin (String userName, String userPwd);
}
The above code to solve?
CodePudding user response:
The