📅  最后修改于: 2022-03-11 15:02:41.778000             🧑  作者: Mango
$('body').click(function (event)
{
if(!$(event.target).closest('#openModal').length && !$(event.target).is('#openModal')) {
$(".modalDialog").hide();
}
});