摘要:
package com.bdqn; import java.sql.*; public class Test { Connection con = null; PreparedStatement ps = null; int result = 0; ResultSet rs = null; // 查询数据 public void select(... 阅读全文
posted @ 2019-04-10 16:24
杨文祥
阅读(402)
评论(0)
推荐(0)