JavaScript getDate () 方法JavaScript Date 对象实例返回月份的某一天: var d = new Date(); var n = d.getDate(); n 输出结果: var d = new Date() ...
確定! 回上一頁