toLocaleDateString () 方法可根据本地时间把Date 对象的日期部分转换为字符串,并返回结果. var d = new Date(1435146562875); d; // Wed Jun 24 2015 ...
確定! 回上一頁