小白求教,请问是哪儿的问题?
提示The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (Locale, String, Date)
你的jdk版本过低,不支持可变参数,将date写成new Object[] { date }