js增减日期

参考 https://www.cnblogs.com/gmq-sh/p/5194706.html

date.setDate(date.getDate() + 3);
原文地址:https://www.cnblogs.com/white-knight/p/8994114.html