list[year][month].push( item );
在这一行报错 我看了拼写都对的啊
Uncaught TypeError: list[year][month].push is not a function
if(!list[year][month]) { list[year][month] = []; }