asp.net使用alert弹出消息框中文字换行的问题
要使用\\n.eg.
Response.Write("<script type='text/javascript'>alert('第一行\\n第二行')</script>"); 发布时间: 2012-12-24 10:43:14 作者: rapoo
asp.net使用alert弹出消息框中文字换行的问题
要使用\\n.eg.
Response.Write("<script type='text/javascript'>alert('第一行\\n第二行')</script>");