因为ios 中日期格式 只能 识别 2020/05/09这种/类型所以data.parse 会是NaN所以需要现将 日期格式中其他类型转换为 /例如 2020-05-09 转换str.replace(/-/g,’/’)