月份是怎么排序的呢,放到list里面顺序怎么是从小到大呢?不是按照数组的顺序吗?求大神解答。
push ---- [1,2,3,4]
unshift ---- [4,3,2,1]
html_month.unshift(tpl_month.replace( /\{month\}/g,m ));