asp.net使用alert弹出消息框中文字换行的问题 要使用\\n.eg.
Response.Write("<script type='text/javascript'>alert('第一行\\n第二行')</script>");