当前位置: 代码迷 >> Ajax >> xmlhttp.responsetext有关问题
  详细解决方案

xmlhttp.responsetext有关问题

热度:456   发布时间:2012-03-11 18:15:38.0
xmlhttp.responsetext问题 - Web 开发 / Ajax
我取不到值,xmlhttp.responsetext为空.请高手指点一下.

------解决方案--------------------
你后台使用PrintWriter out = response.getWriter();
out.print("你需要输入到前台的数据");
out.close();
写数据了吗? 检查下out有关闭吗?就是out.close();应该是没有写数据

  相关解决方案