篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html tu aimes les patates?相关的知识,希望对你有一定的参考价值。
<!DOCTYPE HTML>
<html>
<body>
<script>
let question = prompt('Hey mon ami ! Tu aimes ça les patates ?')
if (question === "oui"){
let potatos = "";
for (let i = 0; i < 7; i++){
potatos = potatos + '#';
console.log(potatos)
}
} else if (question === "non") {
alert ("dommage tu rates quelque chose!")
} else {
alert("je vous sens comme tiraillé")
}
</script>
</body>
</html>
以上是关于html tu aimes les patates?的主要内容,如果未能解决你的问题,请参考以下文章