Uncaught TypeError: list[year][month].push is not a function
list[year][month].push( item );
在這一行報(bào)錯(cuò) ?我看了拼寫(xiě)都對(duì)的啊
Uncaught TypeError: list[year][month].push is not a function
list[year][month].push( item );
在這一行報(bào)錯(cuò) ?我看了拼寫(xiě)都對(duì)的啊
Uncaught TypeError: list[year][month].push is not a function
2017-02-08
舉報(bào)
2017-02-09
if(!list[year][month]) {
?????list[year][month] = [];
????}