会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
leetom
博客园
首页
新随笔
联系
订阅
管理
2010年11月15日
javascript贪食蛇类
摘要: 参考sunxing007 博客的贪食蛇类,稍做修改,分享一下。点此演示function Snake(tbl,rowCount,colCount,speed){this.tbl = $(tbl);this.rowCount = rowCount;this.colCount = colCount;this.speed = speed;this.body = [];this.direction = 0;...
阅读全文
posted @ 2010-11-15 19:28 leetom
阅读(308)
评论(0)
推荐(0)
编辑
公告