AJAX需要注意的问题
不要写response.getWriter().println(responseStr);应该是response.getWriter().print(responseStr);if (txt == 'complete') {}不等