关于js中alert弹出窗口换行!

请用"\n"
如果这个不可以的话就是"\\n"
比如:
<script type="text/javascript">
alert(
"hello \n world!");
</script>
posted @ 2010-09-26 16:34  neve  阅读(69861)  评论(0编辑  收藏  举报