TypeScript獲取格式化日期

代碼挺簡單的,可是寫出來卻花費了很多功夫,主要仍是不適應ts的類型機制。記下來備忘。javascript static getNowDate(): string { const date = new Date(); let month: string | number = date.getMonth() + 1; let strDate: string | number = date.
相關文章
相關標籤/搜索