每个模态窗会生成一个class为"modal-backdrop"的遮罩。在模态窗第一次显示时为这个模态窗的遮罩层设置一个id。例如:$modal.modal({show:true,backdrop:'static'});$('.modal-backdrop').each(function(){$(this).attr('id','id_'+Math.random());});