用JavaBean实现数据库的链接和关闭,在jsp页面输出数据库中student表中学生的信息...

package com.hanqi.test; import java.sql.*; public class XveSheng { Connection conn; Statement st; ResultSet rs; public Connection getConn() { return conn; } pu
相关文章
相关标签/搜索