【JavaScript学习笔记】hello world

<html>
    <body>
        <script language="JavaScript">
            alert("Hello world");
        </script>
    </body>
</html>

 

转载于:https://www.cnblogs.com/tiandsp/p/7467804.html