码迷,mamicode.com
首页 > Web开发 > 详细

解决IE6 IE7 JSON.stringify JSON 未定义问题

时间:2014-06-27 00:40:27      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   com   string   os   

在项目中引入json2.js 

官方http://www.json.org/

源码地址:https://github.com/douglascrockford/JSON-js

 

 


$.ajax({
url: ‘/LicXXse/Add‘,
contentType: "application/json; charset=utf-8",
type: ‘POST‘,
data: JSON.stringify(PostData),//还是这样写即可
async: true,
success: function (result) {
//json = JSON.parse(result);
json = jQuery.parseJSON(result);
if (json.IsSuccess) {

解决IE6 IE7 JSON.stringify JSON 未定义问题,布布扣,bubuko.com

解决IE6 IE7 JSON.stringify JSON 未定义问题

标签:style   http   color   com   string   os   

原文地址:http://www.cnblogs.com/niaowo/p/3807626.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!