import java.sql.*; public class Test1 { public static void main(String args[]) { // Load the driver (jar file must be on class path) [1] try ...
確定! 回上一頁