Calendar类取得一个本地时间或者指定时区的时间实例,如下: // 取得本地时间: Calendar ... setTimeZone(timeZone); return simpleDateFormat.format(new Date()); }
確定! 回上一頁