response.write根据你ajax发送请求时的dataType数据格式返回 比如你请求时指定了dataType为json,那么你就 response.write "{'love':'you'}" 具体请看jquery手册 在接受response.write的数据是,就是json格式