摘要: // 转化时间格式 // 转时间格式 function changeDateFormat(cellval) { var dateVal = cellval + ""; if (cellval != null) { var date = new Date(parseInt(dateV... 阅读全文
posted @ 2018-08-21 13:05 谁说程序猿很猥琐 阅读(547) 评论(0) 推荐(0) 编辑