myDate = new Date(); }, addADayToMyDate() { // use the if because myDate can be null if (this.myDate) { // notice we don't just call .setDate(..
確定! 回上一頁