怎么把一個文件以時間的格式命名?
SimpleDateFormat sDateFormat = new SimpleDateFormat("MM-dd-yyyy hh:mm:ss")
; String fileName= sDateFormat.format(new java.util.Date())
; File f = new File (path + fileName)
怎么把一個文件以時間的格式命名?
SimpleDateFormat sDateFormat = new SimpleDateFormat("MM-dd-yyyy hh:mm:ss")
; String fileName= sDateFormat.format(new java.util.Date())
; File f = new File (path + fileName)