获取json数据

function getJson(){
   $.getJSON("${ctx}/backcontrol/user/getJson.htm", {username: "zhangsan"}, function(json){
   alert(json);
 });

}

posted on 2012-04-17 10:51  阳光总在风雨后001  阅读(205)  评论(0)    收藏  举报

导航