SimpleDateFormat sDateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
Date curDate = new Date(System.currentTimeMillis());//獲取當前時間
String date = sDateFormat.format(curDate);ionbean.size==="+ date);ide