Loading

摘要: JS编写位置 将代码编写在html网页script标签 <script> // 弹出 alert("test") // 控制台输出日志 console.log("hello world") // 向网页输入内容,即往body中写内容 document.write("write content") < 阅读全文
posted @ 2024-09-24 17:32 木子七 阅读(19) 评论(0) 推荐(0)