2020
10-10
10-10
js实现简单的点名器随机色实例代码
js简单实现点名器随机色布局(排版)<body><buttononclick="star()">开始</button><buttononclick="stop()">结束</button><divid="box"></div></body>css样式<style>#box{width:240px;height:400px;}#a{width:80px;height:40px;line-height:40px;text-align:center;float:left;background:cyan;}</style>js代码<script>//声明一个数组存取用户名constarr=['貂蝉','西施','杨玉环','王昭君','...
继续阅读 >