2020年7月6日
摘要: 第一部分:核心类Gobang属性: this.box = box; // 存放五子棋的容器 this.canvas = null; // 画布 this.ctx = null; this.size = 600; // 棋盘大小 this.cellNum = 20; // 单行棋格数量 this.pa 阅读全文
posted @ 2020-07-06 08:19 颉旺飞 阅读(206) 评论(0) 推荐(0)