01 2017 档案

摘要:series:[ { name: '成单率', type: 'line', data: valueArr2, itemStyle: { normal: { label: { show:true, position: 'top', textStyle: { color: '#333' }, forma 阅读全文
posted @ 2017-01-09 12:13 大猫一只 阅读(6712) 评论(0) 推荐(0)
摘要:function getDate(str){ var tempDate = new Date(); var list=str.split("-"); tempDate.setFullYear(list[0]); tempDate.setMonth(list[1]-1); tempDate.setDa 阅读全文
posted @ 2017-01-09 10:54 大猫一只 阅读(261) 评论(0) 推荐(0)