单项选择题

var score =89;if (age ==100){document.write(’成绩满分’);}else if(age <60){document.write(’成绩不及格’);}else{document.write(’成绩达到及格’);}以上JavaScript代码,会在网页中输出?()

A.成绩及格
B.成绩不及格
C.成绩满分
D.没有任何内容