你是指获取当前月的上一个月?
原生Javascript日期操作比较麻烦。
你可以使用momentjs:
获取上一个月的方法:
moment().subtract(1, 'months')
参考文档:http://momentjs.com/docs/#/manipulating/