$("#btn").click(function(){ $("#loadhtml").load("mr.html"); }) })
<input type="button" id="btn" value="载入页面"/> <div id="loadhtml"></div>