<script language="JavaScript" type="text/javascript">
<!--
window.location = "index.do";
//-->
</script>
请问各位web开发的高手们这段脚本代码是什么意思啊?我主要文的是window.location="index.do";代表什么意思。谢谢各位了。
http://community.csdn.net/Expert/topic/4261/4261093.xml?temp=.556698
这是当前窗口的 URL,如果现在执行 window.location="index.do",就相当于在 IE 地址栏中输入了以下 URL 并回车:
http://community.csdn.net/Expert/topic/4261/index.do