函数原型:数组
#include<unistd.h>函数
size_t read(int fildes,void *buf,size_t nbyte)原型
fildes:文件描述符变量
*buf:要读的内容(用数组变量留出)文件
nbytes:要读多少字节void