js零基礎

JS代碼存在位置 具體代碼 hello1.html   <!DOCTYPE html> <html> <head>     <title>第一個js</title>     <script type="text/javascript">         alert("hello world,方式1");     </script> </head> <body>   </body> </html>
相關文章
相關標籤/搜索