javascript date 加一天(明天)

end = new Date();

end = new Date(end.valueOf() + 1*24*60*60*1000);

原文地址:https://www.cnblogs.com/ricky_li/p/4103304.html