$("#显示按钮").click(function(){ $("#Modal").modal("show"); resultFilterSE();//模态框弹出后触发的函数 }); function resultFilterSE(){ //函数体。。 }