executeQuery(); ResultSetMetaData rsmd = rs.getMetaData(); int count = rsmd.getColumnCount();// 取得欄位數,select * from.. // *代表取得表格內所有欄位數/* ...
確定! 回上一頁