随笔分类 -  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);}... 阅读全文
posted @ 2010-03-19 13:53 新郎 阅读(291) 评论(0) 推荐(0)
ajax 调用 webserver
摘要:ajax webserver 用户名: 阅读全文
posted @ 2008-11-25 20:56 新郎 阅读(605) 评论(0) 推荐(0)