摘要: 转换json格式的数据: var str = "{\"aaa\":\"bbb\"}";var obj = eval("("+str+")"); alert(obj.aaa);遍历json的key和Value代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/... 阅读全文
posted @ 2010-08-20 12:48 单道 阅读(1669) 评论(0) 推荐(0)