不写helloworld总觉得哪里似乎不对之javascript

没啥好说的,world尽在hello中

<script language="Javascript" type="text/javascript" >
    function msg()
    {alert ("hello world!")}
</script>
<body>
    <p onclick="msg()">click here</p>
</body>
原文地址:https://www.cnblogs.com/roytanlu/p/2508391.html