function a(time){
console.log(time); //time是怎么传来的,不会是requestAnimationFrame得吧
requestAnimationFrame(a);
}
// 求解释
慕村0359763
if_else_
相关分类