多个页面定向到同一个页面,如何返回上一页?

用客户端脚本:
history.go(-1);

如果在服务器端写,那么:
Response.Write( "

1<script> history.go(-2); </script>

" );

Published At
Categories with Web编程
comments powered by Disqus