<script type="text/javascript">$(function(){var xhr = $.ajax({url:'index.php',success: function(response,status,hxr){$("body").append(response);xhr();} })})</script>我想等ajax响应成功之后,再循环运行这个ajax,但是这种写法不成功,我该怎么如何写呢?谢谢
紫衣仙女
相关分类