当前位置:首页 > JSP与Servlet开发 - 参考资料
第6章 JSP与Servlet开发
if exists(select * from Shopper where cShopperId=@cID) --如果用户存在 begin if exists(select * from Shopper where cShopperId=@cID and cPassword=@cPWD) select '验证通过' else select '密码错' end else --如果用户不存在 begin select '无用户' end End Go
1、login.html文件
欢迎光临ToyUniverse站点
请输入您的登录信息: