Ajax请求并填充[closed]

                                                                                                                      
已邀请:
制作一个文件,该文件可根据您的要求获得所需的回报。 按照jquery手册中的说明执行AJAX请求* .... 利润! *码:
$.ajax({
  url: \"yourURL.php\",
  context: document.body,
  success: function(){
    //DO YOUR STUFF HERE. Probably something with the tags and all
  }
});
    

要回复问题请先登录注册