toISOString() }, formattedDate() { return dayjs(this.date).format('YYYY年MM月DD日') }, }, method: { refresh() { this.date = new Date() }, }, } </script> ...
確定! 回上一頁