这是一个完整的网上购物车系统。 public List findAll() throws Exception{ List computers = new ArrayList (); Connection conn = DBUtil.getConnection(); PreparedStatement prep = conn.prepareStatement("select * from t_computer2"); ResultSet rst = prep.executeQuery();