new Date(): It creates a new date object with the current date and time. Example. let date: Date = new Date(); ...
確定! 回上一頁