function gameloop()
{
window.requestAnimFrame(gameloop);
//。。。
}
//gameloop是运用迭代的思想吗,有点不清楚到底是怎样运作的,有人能帮忙解释一下吗
想当于一个定时器,每隔多少毫秒运行一次