1、直接copy去调试 export function getTheSpecifiedDate(date, theOtherDay) {let myDate = new Date(date); //获取今天日期myDate.setDate(myDate.ge...