string str = "{\"wang\":\"wang\",\"tiang\":\"tttt\"}

 

 

XmlHttpHelper.transmit(true, "post", "text", "WebForm1.aspx", call, null);

function call(respones) {
     var p = eval("(" + respones + ")");
     alert(p.wang);
}

eval 转换字符串的时候要把取的字符串处理一下 : 即加'('  ')'

 

posted on 2010-03-19 13:53  新郎  阅读(288)  评论(0编辑  收藏  举报