createReadStream可以设置offset吗?
发布于 9 年前 作者 hisune 3725 次浏览 最后一次编辑是 8 年前 来自 问答

如题,例如我想从某个offset开始读,怎么设置呢?好像并没有看到有参数。求解

1 回复

ptions can include start and end values to read a range of bytes from the file instead of the entire file. 看到了,好像有start和end…

回到顶部