摘要: 在post中使用 doGet(req,resp);方法,注意不能带super 阅读全文
posted @ 2021-12-14 23:18 小魏同学呀 阅读(114) 评论(0) 推荐(0)
摘要: 检验sql语句是否加 '' 错 String sql = "SELECT * FROM website where account=" + account; 对 String sql = "SELECT * FROM website where account='" + account+"'"; 阅读全文
posted @ 2021-12-14 14:10 小魏同学呀 阅读(106) 评论(0) 推荐(0)