新微赢技术网

标题: 关于response.end [打印本页]

作者: 火箭筒︻$▅    时间: 2010-1-13 07:56
标题: 关于response.end
response.write("<script>alert('提交成功');window.location.href='地址';</script>")
response.end

这里为什么要加response.end,加了这个后面的语句不是不能执行了吗???哪位大哥知道啊???
作者: 人偶娃娃    时间: 2010-1-13 07:56
就是要让它停止执行才加的
作者: 爱情tp乞丐    时间: 2010-1-13 07:56
不加response.end的话,上面那句输出脚本的语句会怎样呢?为什么?
作者: ﹎想埝祢⿰    时间: 2010-1-13 07:56
一样 response.end不影响前面的输出
作者: 冰美人    时间: 2010-1-13 07:56
如果不加这句
下面的代码还会执行
在必要的时候加这个可以缓解服务器负担
作者: aiq無奈tx    时间: 2010-1-13 07:56
<%response.write "aa"%>
<script>
alert("bb");
</script>
<%response.write "cc"%>
这一段,编译器执行语句的顺序是怎么样的?
作者: ★真的爱你★    时间: 2010-1-13 07:57
从上到下
作者: Iしovのyou    时间: 2010-1-13 07:57
上下中吧
作者: Оo水流影在.    时间: 2010-1-13 07:57
response.end()它的作用就是停止执行呀!




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2