html第九课时,js显示helloworld

来源:互联网 发布:数字水印技术软件 编辑:程序博客网 时间:2024/05/16 19:25
<!DOCTYPE html><html><head lang="en">    <meta charset="UTF-8">    <title>js显示hellowwerld</title>    <script type="text/javascript">        document.write('HellowWorld')    </script></head><body></body></html>