7.21练习3
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了7.21练习3相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>
<script>
a=prompt("你有房子吗?","")
x="有"
if(x==a){
alert("结婚吧")
}
else{
b=prompt("你有钱吗?","")
if(x==b){
alert("先买房子在结婚")
}
else{
c=prompt("你有能力么?“,”")
if(x==c){
alert("先赚钱再买房子再结婚")
}
else{
alert("拜拜~~")
}
}
}
</script>
以上是关于7.21练习3的主要内容,如果未能解决你的问题,请参考以下文章