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