<script language="vbscript">
//window.history.back();
//window.history.go(-1);
//window.location.href=history.go(-1);
</script>
以上这几种我都试了不行呢
------解决方案--------------------
<script>history.go(-1)</script>
<script language="vbscript">
//window.history.back();
//window.history.go(-1);
//window.location.href=history.go(-1);
</script>
以上这几种我都试了不行呢