js日期的bug?

document.write( new Date(2014,8,31,12,0,0));
document.write ("<br />");
document.write (new Date(2014,9,1,12,0,0));


这两个日期相同,你敢信?