随机点名:
用JavaScript写一个随机点名
html以及css样式部分:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
* {
margin: 0px;
padding: 0px;
}
body {
background-color: cornsilk;
}
#dv {
width: 800px;
margin: 20px auto;
border: 4px solid darkviolet;
text-align: center;
padding: 20px 20px 40px;
}
h1 {
border-bottom: 2px solid pink;
font-weight: normal;
}
ul li {
vertical-align: top;
display: inline-block;
width: 100px;
height: 50px;
border-radius: 35%;
border: 3px dashed palevioletred;
text-align: center;
line-height: 50px;
margin: 5px 5px;
}
li.change {