fs.read(fd[, options], callback)


fs.read() 函数类似,这个版本接受一个可选的 options 对象。如果未指定 options 对象,它将使用上述默认值。

【Similar to the fs.read() function, this version takes an optional options object. If no options object is specified, it will default with the above values.】