日期:2014-05-16  浏览次数:20354 次

js跳转问题解决方式
<script language="javascript">
		if (top.location != self.location) top.location=self.location;
	</script>