摘要: 转换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)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--Response.ContentType="text/xml";Response.Expires=-1;Response.Charset="utf-8";Response.Clear();string... 阅读全文
posted @ 2010-08-02 17:48 单道 阅读(490) 评论(0) 推荐(0)