转换成时间戳: new Date('2018-08-30T11:59:28.876Z').valueOf() 再转换为那种格式: let timestamp = new Date('2018-08-30T11:59:28.876Z').valueOf() new Date(timestamp).toISOString()
转换成时间戳:
再转换为那种格式: