码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript-2.2 document.write 输出到页面的内容

时间:2014-11-08 18:11:03      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   使用   java   div   on   2014   

<html>
	<head>
		<meta http-equiv="content-type" content="text/html;charset=GB2312"/>
		<title> 2-4 使用document.write经内容输出到页面 </title>
		<!--脚本部分-->
		<script type="text/javascript">
			document.write("你好");
			document.write("<br><b>能够输出HTML</b>");
			</script>
	</head>
	<body style="overflow:auto;">
		<input type="button" value="点我" 
		  onclick="document.write('在页面载入完毕后再次使用docement.write会清空原来的全部内容');"/>
		</body>
</html>



执行结果:

bubuko.com,布布扣

bubuko.com,布布扣


JavaScript-2.2 document.write 输出到页面的内容

标签:style   blog   http   ar   使用   java   div   on   2014   

原文地址:http://www.cnblogs.com/mengfanrong/p/4083673.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!