document.write('

解析: alert 中实现换行的是 \\n。代码如下:<script language=\"JavaScript\" type=\"text/javascript\"> alert(\"hello\\nworld\");</script>

');