Date date = new Date(); String pattern1 = "yyyy/MM/dd HH:mm:ss"; ... pattern3, sdf3.format(date))); 輸出結果Wed Jul 10 17:11:51 CST 2013 ...
確定! 回上一頁