jsp 有没有像asp response.end的功能
就是
if(true)
{
....
}
停止后面的代码的输出
[解决办法]
推荐使用异常处理。
实在想用response.end类似的,
可以用 return;
[解决办法]
System.out.close();
发布时间: 2011-12-24 23:03:24 作者: rapoo
jsp 有没有像asp response.end的功能
就是
if(true)
{
....
}
停止后面的代码的输出
[解决办法]
推荐使用异常处理。
实在想用response.end类似的,
可以用 return;
[解决办法]
System.out.close();