Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#bg {
	width:200px;
	height:200px;
	position:relative;
	border:solid 1px #000;
}
.bai {
	background:white;
	width:20px;
	height:20px;
	position:absolute;
}
.hei {
	background:#000;
	width:20px;
	height:20px;
	position:absolute;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

用js建立1010方格

使用判断奇偶性添加

0