js简单实现点名器随机色
布局(排版)
开始 结束
css样式
#box{ width: 240px; height: 400px; } #a{ width: 80px; height: 40px; line-height: 40px; text-align: center; float: left; background: cyan; }
js代码