<script type="text/javascript">
document.write("javascript<br/>
<div >nihao</div>");
</script>
因为document.write需要接受一个字符串类型的参数,并输出它,你换行之后就不是一个字符串参数了。