模态窗口刷新问题

模态窗口窗口刷新问题-当模态窗口刷新时,会新打开一个浏览器页面,

解决办法在<head>标签里添加 <base target='_self'/>

添加JS方法$(function () { $("head").append("<base target='_self'/>");});    基本就能解决;

posted on 2016-01-21 18:46  荆小轲  阅读(558)  评论(0)    收藏  举报

导航