最新回答 / chenxiaoxiao12
push ---- [1,2,3,4] unshift ---- [4,3,2,1] html_month.unshift(tpl_month.replace( /\{month\}/g,m ));
2018-03-19