会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JIN小坏
博客园
首页
新随笔
联系
订阅
管理
jQuery中json对象与json字符串互换
jQuery中json对象与json字符串互换
(2014-03-03 13:35:37)
转载
▼
json字符串转json对象:jQuery.parseJSON(jsonStr);
json对象转json字符串:JSON.stringify(jsonObj);
IE中可能对unicode使用“\uXXXX”格式来编码,可以使用如下来解码:
function unicode2Char(str) {
return (str.replace(/\\/g, "%"));
}
posted @
2015-10-28 11:00
JIN__JIN
阅读(
352
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告