1. 文件打开
异步:fs.open(path[, flags[, mode]], callback)
错误优先:
2. 在文件中写入内容
异步:fs.write(fd, buffer[, offset[, length[, position]]], callback)