百度一下ajax例如$("button").click(function(){ $.get("你的url", function(result){ $("div").html(result); });});