For example, write the following code to ask for the user's name: const input = prompt("What's your name?"); alert(`Your name is ${input}`);.
確定! 回上一頁