#当传

时间类型当传过来是一串数字时,转换为时间格式

时间类型当传过来是一串数字时,转换为时间格式var ct= new Date(createdTime);var ut= new Date(updatedTime);var dct= new Date(ct.toString());...