function getToday() { let today = null; today = { Name:null , IsWork:true , Note:'距校慶慶祝大會還有8天' , BirthdayCount:76 , BirthdayFirst:'土木三B翁聖凱' , TimesTitle:null , TimesUrl:null }; return today; }