<script type="text/javascript"> var score =80; //score变量存储成绩,初值为80 if (score>=60) //score>=60及格 { document.write("很棒,成绩及格了。"); } else //score<60不及格 { document.write("加油,成绩不及格。"); }
jfhdibrbfjd
相关问题
相关分类