摘要: 1,json 数据格式后台程序返回字符串 { ’message': 'Hello word'} 前台这样解析 varDictionary=eval("(" + data + ")"); 后台程序返回字符串 ({ 'message': 'Hello word'}) 前台这样解析 varDictionary=eval( data);$.ajax({ url: "GetJosnString", type: "post", datatype:"json&qu 阅读全文
posted @ 2011-11-10 23:11 sulin 阅读(600) 评论(0) 推荐(0)