摘要: if ( Object.prototype.toString.call(d) "[object Date]" ) { // it is a date if ( isNaN( d.getTime() ) ) { // d.valueOf() could also work // date is not 阅读全文
posted @ 2016-10-28 14:23 Aaron_M 阅读(1048) 评论(0) 推荐(0)