... malloc(sizeof(write_req_t)); 34 req->buf = uv_buf_init(buf->base, nread);//這是個構造函數,這里僅僅是淺拷貝!指針只是進行了賦值而已!
確定! 回上一頁