JavaScript Date getDate () 方法getDate()方法返回指定日期的月中某天(从1到31)。 实例: 返回当月的日期: var d = new Date(); var n = d.getDate(); 尝试一下浏览 ...
確定! 回上一頁