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.
我正在尝试使用包含链接和徽标的部分页面实现 index.html 页面,并根据链接单击更改正文内容。
是否有一个轻量级的 js 库可以让你在 html5 中做到这一点?
使用 jQuery
$('#result').load('ajax/test.html');
http://api.jquery.com/load/