5、JS的注释与规范

yu
yu
2024-10-04 / 0 评论 / 6 阅读 / 正在检测是否收录...
 <!DOCTYPE html>
 <html lang="en">
 <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <script>
        alert("你好js")
        // console.log("helloworld")
        document.write("javascript我来了")
        console.log('查询成功')
        // 输出内容到网页
        // document.write("helloworld")
        //输入语句
        // prompt("请输入你的年龄")
        // 
    </script> 
 </head>
 <body>
    
 </body>
 </html
0

评论 (0)

取消