/** * 指定日期是否是有效日期* @param dateSrc 日期源*/ isDate(dateSrc) { return !!(dateSrc && new Date(dateSrc).toString() !== 'Invalid Date'); },.
確定! 回上一頁