<script type="text/javascript"> var age=prompt("请输入你的年龄!") if age(<18) {document.write("你是未成年!");} else if(age>18) {document.write("你是成年人!");} else if(age>24) {document.write("你可以结婚了哦");} else{document.write("你老了噢!");}</script>
添加回答
举报
0/150
提交
取消