能不能詳細的講解一下response.sendError(int number);啊?

zxplzy發表於2004-08-11
能不能詳細的講解一下response.sendError(int number);啊? 最好給個SERVLET的程式碼,謝謝
org.cnjsp.util.PropertyManager pm = org.cnjsp.util.PropMan.getInstance("/cnjbb2.properties");
pm.reloadProps();
String status = pm.getProperty("status");
if(status == null || status.equals("install")) {
response.sendError(404);
return;
}

相關文章