Blogger Information
Blog 52
fans 1
comment 1
visits 38263
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
成绩提示信息
小丑0o鱼
Original
1083 people have browsed it

实例

<!doctype html>
<html>
 <head>
  <meta charset=UTF-8>
  <meta name=Generator content=baidu.com>
  <meta name=Author content=作者>
  <meta name=Keywords content=关键词>
  <meta name=Description content=文档描述信息>
<!--   <link rel="stylesheet" type="text/css" href="css/">
       <link rel="icon" type="image/x-icon" href="img/标题logo"> 
       <script type="text/javascript" src=""></script>                         -->
  <style type="text/css">
	*{margin:0;padding:0;}
  </style>
  <title>弹窗</title>
 </head>
 <body>
  <script>
  var x=58;
if(x==100){
	alert("甲!学霸级,满分")
}else if(x>=90){
	alert("乙!距离满分只差一点点")
}else if(x>=80){
	alert("丙!加油,进步很快")
}else if(x>=70){
	alert("丁!没事多看看书吧,")
}else if(x>=60){
	alert("及格")
}else{alert("不及格,需要加油!")}
  
  </script>
 </body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

Correction status:qualified

Teacher's comments:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!