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

}

相关文章:

  • 2021-12-16
  • 2021-09-12
  • 2021-09-12
  • 2021-11-29
  • 2021-06-26
  • 2022-01-08
  • 2021-11-20
  • 2021-12-16
猜你喜欢
  • 2022-01-01
  • 2021-12-16
  • 2021-06-05
  • 2021-11-19
  • 2021-12-23
  • 2021-12-07
  • 2021-12-16
  • 2021-12-16
相关资源
相似解决方案