JSP查询数据库

JSP查询数据库 MyJsp <% Connection conn = null; PreparedStatement ps = null; ResultSet rs = null; String sql = "slecte * from users"; 编号 姓名 年龄 用户名 密码 conn= DBUtil.getConn(); try { ps = conn.prepareStatement
相关文章
相关标签/搜索