window.open弹出页不刷新的问题

来源:互联网 发布:黑马程序员怎么被辞退 编辑:程序博客网 时间:2024/05/22 12:56

在弹出页html页<title></title>下增加下面的语句

<meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">

原创粉丝点击