Blogger Information
Blog 8
fans 0
comment 0
visits 1722
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.25js作业
晓的博客
Original
631 people have browsed it

 <!DOCTYPE html>
<html>
<head>
<title>是闰年</title>
</head>
<body>
<script>

var years = 1998;
if (years%4!=0) {
alert('不是闰年')
}else  if (years%100!=0)
 {
alert('不是闰年')
}else{
alert('不是闰年')
}
</script>
</body>
<ml>

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script type="text/javascript">

var grade = 89;
if (grade>90||grade<=100) {
alert('成绩优秀');
}else  if (grade>=80||grade<=90) {
alert('成绩良好');
}else  if (grade>=70||grade<=79) {
alert('成绩良');
}else  if (grade>=60||grade<=69) {
alert('成绩及格');
}else{
alert('成绩不及格');
}


</script>

</body>
<ml>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post