写成一个函数来处理或者一个类也行,
是有这个问题的
: )
可能是元素的默认margin和padding没有清零,加起来的宽高大于浏览器宽高
看看你的时间设置的对不对?
可以的。
var nowDate = new Date(); function getCurrentShowTimeSeconds() { var curTime = new Date(); var ret1 = curTime.getHours()*3600 + curTime.getMinutes()*60 + curTime.getSeconds(); var ret0 = nowDate.getHours()*3600 + nowDate.getMinutes()*60 + nowDate.getSeconds(); return ret1 - ret0; }
这样修改就可以了!
我觉得只要大家能从她的教程里学到东西,她也会觉得是辛苦值得的。
确实想讲,但是不知道受众多不多?