A页面:
<script> $.ajax({ url : b.html });</script>
b.html页面
<script>functon test(){ alert(1) }</script>
请问在ajax加载成功,如何才能执行B页面的 test()函数 ?并可以传参
相关分类