Timestamp t = new Timestamp(); Date d = t; ... Timestamp t = new Timestamp(); Calendar c = Calendar.getInstance(); Calendar.getTime(); ...
確定! 回上一頁