1. <script>
    2. console.log("hello word")
    3. alert("hello")
    4. var b = prompt("请输入一段文组")
    5. </script>