import client.MysqlDemo;
public class LoginService {
public static boolean login(String username, String password) {
if ("admin".equals(username) && "123456".equals(password)) {
System.out.println("µÇ¼³É¹¦£¡");
MysqlDemo.insRows();
return true;
} else {
return false;
}
}
}
最近下载更多
17558420274 LV16
2021年5月12日
5154935 LV1
2021年1月11日
iphone11promax LV1
2020年12月23日
天险无涯 LV15
2020年12月16日
crazyBear2020 LV3
2020年12月15日
故事_sun LV26
2020年7月15日
23531271 LV6
2020年6月20日
wangwenyi LV6
2020年6月4日
15398544947 LV9
2020年3月27日
hunagqi LV9
2019年9月3日

最近浏览