首页/javascript外包/如何使用document.write() 输出文本

如何使用document.write() 输出文本

发布-xiaoming | 浏览量-

如何使用document.write() 输出文本

<html>
<body>

<script type="text/javascript">
document.write("Hello World!")
</script>

</body>
</html>
 

原文地址:http://www.35ui.cn/post/20110402275.html

标签

上一条: css中text-indent 详细解释|text-indent 什么意思怎么用
下一条: 如何用document.write()输出HTML

或许你还对下面的文章感兴趣