You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Document< / title >
< link rel = "stylesheet" href = "../css/css1.css" >
< link rel = "stylesheet" href = "../css/css7.css" >
< / head >
< body >
< div class = "box" >
< div class = "box2" >
< p > 联名活动< / p >
< / div >
< div class = "box1" >
< p > 先挑选一名学生, 然后选择与他学号一个数字相连的一名学生, 如学号337, 与其学号相连的有237, 437, 327, 347, 336, 338, 在这其中挑选一名< / p >
< / div >
< br >
< br > < br >
< span > 噔噔,就是你啦< / span >
< div class = "uname" > < / div >
< button class = "start" > 开始< / button >
< button class = "stop" > 停止< / button >
< br >
< form action = "url" >
< button class = "in hidden" value = "+1" > 到课< / button >
< button class = "notin hidden" value = "-3" > 未到课< / button >
< br >
< button class = "t hidden" value = "+2" > 答对< / button >
< button class = "f hidden" value = "-2" > 未答对< / button >
< / form >
< br >
< input type = "hidden" value = "lianming" >
< button id = "return" > < a href = "5.1method.html" > 返回上一页< / a > < / button >
< button id = "return" > < a href = "5.2check.html" > 查看积分< / a > < / button >
< / div >
< script src = "../js/js5.js" > < / script >
< / body >
< / html >