摘要:
修改主类,参照以下格式 `EducationErverApplication.class` ```java @SpringBootApplication // war 包启动类 public class EducationErverApplication extends SpringBootServ 阅读全文
摘要:
function getLocalTime(){ let year = new Date().getFullYear() let month = new Date().getMonth()+1 let day = new Date().getDate() let hour = new Date(). 阅读全文