Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<div id="feeds"></div> <script> $("#feeds").load("test2.html"); </script>
这是我的代码,请告诉我我做错了什么
问候桑
添加一些
$(document).ready(function(){ $("#feeds").load("test2.html"); })