$(function() { //引入公共页面 $(document).ready(function() { $('.header').load('/component/header.html'); $('.footer').load('/component/footer.html'); $('.ad-box').load('/component/adModule.html'); }); });