function getToday() { let today = null; today = { Name:null , IsWork:true , Note:'距學期結束還有29天' , BirthdayCount:48 , BirthdayFirst:'航太二B黃鼎宸' , TimesTitle:null , TimesUrl:null }; return today; }