js中alert弹出窗口换行用"\n"
如果这个不可以的话就是"\\n"
比如:
<script type="text/javascript">alert("hello \n world!")
</script>
直接输出html的<br>就能换行了,在html页面展示 只能用html的换行。today.getYear()+1900:today.getYear())+"年"+(today.getMonth()+1)+"月"+today.getDate()+"日<br>"
后面添加<br>就行了。