import java.util.*; public class DateFormat { /** * date类型进行格式化输出* @param date * @return */ public static String dateFormat(Date date) ...
確定! 回上一頁