有var d = new Date('2018-05-09'),可以设置为6月份的操作是?()
d.setMonth(7);
d.setMonth(6);
d.setMonth(5);
d.setDate(40);