<input type="button" value="后退" onclick="window.location='index.php';">

解决方案 »

  1.   

    呵呵,我没说清楚,你理解错我的意思了。我的意思不是说自己在页面中加一个后退的按钮,而是单击web浏览器工具栏中的“后退”后,如何实现对原页面的重新加载?
      

  2.   

    在index.php的开始写上
    <?
    header("Cache-Control: no-cache, must-revalidate");
    header("Pragma: no-cache");
    ?>
      

  3.   

    问题解决,Thank you very much!