Java中的换行符
PrintWriter out = response.getWriter();
out.write("\r\n");
Java中的换行符“\r\n”
原文:http://blog.csdn.net/you23hai45/article/details/19356983