js零基础

JS代码存在位置 具体代码 hello1.html   <!DOCTYPE html> <html> <head>     <title>第一个js</title>     <script type="text/javascript">         alert("hello world,方式1");     </script> </head> <body>   </body> </html>
相关文章
相关标签/搜索