javascript Index.html显示potato.js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Index.html显示potato.js相关的知识,希望对你有一定的参考价值。

<!doctype html>

<html lang="fr">
<head>
  <meta charset="utf-8">

  <title>potatoes.js</title>
  <meta name="TheRealBarenziah" content="potatoes.js">
</head>

<body>
  <h1>Potatoes.js utility script</h1>
  <p></p>
  <p>Répondre 'y' pour oui, 'n' pour non.</p>
  <section>
    <p id=pForPotatoes></p>
  </section>
  <p>GladOS is judging you.</p>
  <img src="http://vignette3.wikia.nocookie.net/villains/images/a/a8/GLaDOS_as_a_Potato.jpg" alt="GladOS is proud." style=width:300px>
  <script src="potatoes.js"></script>
</body>
</html>
const potatoArray = ['#', '##', '###', '####', '#####', '######', '########']
input = prompt("Hey mon ami ! Tu aimes ça les patates ?");

if (input == 'y'){
  for (i = 0; i < 7; i++) { 
    document.getElementById("pForPotatoes").innerHTML += (potatoArray[i] + "<br />");
    console.log(potatoArray[i])
  }
} else if (input == 'n') {
  alert("GladOS est triste. =(")
} else {
  alert("Je vous sens comme tiraillé")
}

以上是关于javascript Index.html显示potato.js的主要内容,如果未能解决你的问题,请参考以下文章

在 iOS 中使用 PhoneGap HTML 自定义 JavaScript 提示

javascript js - Dvigenie po krugu

如何仅使用 HTML 和 Javascript 在本地网页上显示文件夹列表? [关闭]

JavaScript 不显示导航菜单

空调显示po怎么样解决才会好

javascript 的index.html