摘要: 新手上路,高手勿进!利用数组,根据新旧数组值的不同,获取那个点是什么棋子;说明: 棋盘:15*15; 定义4个全局变量: string[,] stroldlist = new string[15, 15];//初始的List public string[,] strlist = new ... 阅读全文
posted @ 2014-08-07 20:55 Jackerson 阅读(171) 评论(0) 推荐(0)