【JavaScript學習筆記】hello world

Dsp Tian發表於2017-09-02
<html>
    <body>
        <script language="JavaScript">
            alert("Hello world");
        </script>
    </body>
</html>

 

相關文章