public Response(Request req, BufferedWriter bw, Socket socket) throws IOException, InstantiationException, IllegalAccessException, InvocationTargetException { String[] whites = new String[]{"/user_login","/user_reg", "/article_pay", "/user_checkcode", "/article_list", "/user_sendmsg"};
时间: 2024-04-12 09:27:20 浏览: 65
Nodejs Post请求报socket hang up错误的解决办法
您的第一个问题是关于以下代码片段的问题:
```
public Response(Request req, BufferedWriter bw, Socket socket) throws IOException,
InstantiationException, IllegalAccessException, InvocationTargetException {
String[] whites = new String[]{"/user_login","/user_reg",
"/article_pay",
"/user_checkcode",
"/article_list",
"/user_sendmsg"};
```
请问您对这段代码有什么疑问或需要进一步了解的地方吗?
阅读全文