pub fn readv(fd: usize, iov: *const IoVec, iovcnt: usize) -> isize
向量化读取:从文件描述符读取数据到多个缓冲区
fd
iov
iovcnt