<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>3-25作业</title>
<script type="text/javascript">
// 判断是否为闰年
// var aa=402;
// if (ba%400 ==0){
// alert("是世纪闰年")
// } else if (aa%100 ==0){
// alert("不是闰年")
// } else if (aa%4 ==0){
// alert("是闰年")
// } else {
// alert("不是闰年")
// }
// 给学生划分等级
// var biu=61;
// if (biu<60){
// alert("不及格")
// }else if (biu>60<70){
// alert("刚好及格")
// }else if (biu>70<80){
// alert("良")
// }else if (biu>80<90){
// alert("良好")
// }else if (biu>90<100){
// alert("优秀")
// }
</script>
</head>
<body>
</body>
</html>