摘要: fwrite 把 ptr 所指向的数组中的数据写入到给定流 stream 中。 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) 参数 ptr -- 这是指向要被写入的元素数组的指针。 size -- 这是 阅读全文
posted @ 2024-01-16 11:33 starc的miao 阅读(27) 评论(0) 推荐(0)