不想copy,
documentwrite()是向页面写东西的比如
<html><head>
<script>
documentwrite('hello<p>');
</script>
</head>
<body>
</body>
</html>
是等价于
<html>
<head>
</head>
<body>
hello<p>
</body>
</html>
使用它可以在页面加载完之后,js可以动态的想界面加载内容
documentwrite("<script>var url='>
以上就是关于javascript 的document.write是怎样输出的谁能举一个例子啊全部的内容,包括:javascript 的document.write是怎样输出的谁能举一个例子啊、document.write(""); document.write("");、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)