标签:code json gets 错误信息 location create false cat 返回
404书写方式
CreateHtmlSupport.getInstance().createHtml(fileLocation,fileName,fileTop,fileContent,fileBottom);
ajax方式
JSONObject obj = CreateHtmlSupport.getInstance().createHtml(fileLocation,fileName,fileTop,fileContent,fileBottom); String result = obj.getString("result"); if(StringUtils.equals("false",result)){ return obj.toJSONString(); } retObj.put("result", "true"); return retObj.toJSONString();
利用ajax在页面返回json格式的错误信息,避免页面出现404
标签:code json gets 错误信息 location create false cat 返回
原文地址:http://www.cnblogs.com/snn0605/p/6244419.html