纯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; ...[ 查看全文 ]