日期:2014-05-18  浏览次数:20770 次

jsp 有没有像asp response.end的功能
就是
if(true)
{
    ....
}
停止后面的代码的输出

------解决方案--------------------
推荐使用异常处理。
实在想用response.end类似的,
可以用 return;
------解决方案--------------------
System.out.close();