最新回答 / 慕粉4076523
哪里呀,而且怎么连倒计时都出不来了,一直说countDown.html:133 Uncaught TypeError: Cannot read property 'length' of undefined
2016-11-06
最新回答 / 慕斯卡3531659
// 七巧板的各个颜色色块 var trm=[ {p:[{x:0,y:0},{x:800,y:0},{x:400,y:400}],color:"#CCFF33"}, {p:[{x:0,y:0},{x:400,y:400},{x:0,y:800}],color:"#33CCFF"}, {p:[{x:800,y:0},{x:800,y:400},{x:600,y:600},{x:600,y:200}],color:"#FF0000"}, {p:[{x:600,y:200},{x:600,y:600},{x:4...
2016-10-28
最赞回答 / 爱学习的Hero
时间没有替换,不要照着老师的时间写const endTime=new Date(2014,6,11,18,47,52);换成const endTime=new Date(2017,2,22,18,47,52);
2016-10-16