天天看點

java string直接讀寫mysql datetime類型

擷取mysql裡time值

wifiDataBean.setTime(rs.getString("time"));

将string類型的time寫入mysql

preparedStatement.setString(5, wifiDataBean.getTime());