• 2024-12-13JavaWeb02
    1.jsp+dao完成crud操作1.1展示所有数据到网页上publicArrayList<Student>findAll(){//创建一个集合容器ArrayList<Student>list=newArrayList<>();try{//获取连接对象getConn();//获取执行sq