首页 相关文章 纯JS扫雷游戏(各浏览器兼容)

纯JS扫雷游戏(各浏览器兼容)

纯JS扫雷游戏 (各浏览器兼容)

效果图:

HTML源码:!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" html head meta http-equiv="Content-Type" content="text/html;" title扫雷/title style type="text/css" #container { width: 670px; height: 670px; background-color: #eeffee; margin: 10px auto; } .block { width: 20px; height: 20px; background-color: white; border: 1px solid; ...[ 查看全文 ]

2016-02-19 标签:

纯JS扫雷游戏(各浏览器兼容)的相关文章

手机页面
收藏网站 回到头部