会返回<PRE>{json: "json"}</PER> 182行: response = $(this).contents().find("body").html(); 建议修改为 response = $(this).contents().find("body").text();
会返回
{json: "json"}182行: response = $(this).contents().find("body").html();
建议修改为
response = $(this).contents().find("body").text();