摘要:
package com; import java.sql.*; public class DB { public Connection conn = null; public Statement stmt = null; public ResultSet rs = null; String url 阅读全文
摘要:
package com.bean; import java.util.ArrayList; public class Line { private String startstopname;//起始站站名 private String endstopname;//结束站站名 private int 阅读全文