![]() |
#2
疯狂的小a2018-07-01 20:41
|
ResultSet对象通过Statement对象的executeQuery(String)方法的到的值和ResultSet对象的getResultSet()方法得到的值有什么不同吗?
我看书上写的都是getResultSet()方法得到值的,为什么不直接用前者呢?