随笔分类 - ajax
字符串转json格式
摘要:stringstr = "{\"wang\":\"wang\",\"tiang\":\"tttt\"}XmlHttpHelper.transmit(true, "post", "text", "WebForm1.aspx", call, null);function call(respones) {var p = eval("(" + respones + ")");alert(p.wang);}...
阅读全文