bootstrap模态框关闭后清除模态框的数据方法 如下所示:$('body').on('hidden.bs.modal','.modal',function(){$(this).removeData('bs.modal');});以上这篇bootstra 清除数据