贪吃蛇 js 原型方法 事件 计时器
键盘上下左右控制 <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .map { width: 400px; height: 400px; background-color: #ccc; position: relative; } </style> </head> <body> <div class="map"> </div> <scri