struct client_request_data *data; data = req->data; uv_buf_t buf = uv_buf_init(data->response, strlen(data->response)+1);
確定! 回上一頁