Scala 獲取當前時間

def NowDate(): String = { val now: Date = new Date() val dateFormat: SimpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss") val date = dateFormat.format(now) return date }orm   executeUpd
相關文章
相關標籤/搜索