gpt4 book ai didi

node.js - nodejs fs 文件系统返回空对象

转载 作者:行者123 更新时间:2023-12-03 12:13:17 25 4
gpt4 key购买 nike

我在我的项目中使用 require 来要求 fs
var fs = require('fs')
但是当我做 console.log(fs) it gives me empty object对象{}`

为什么我得到这个?

另外我怎样才能得到它的方法?

最佳答案

如果你这样做,你什么也得不到console.log(fs)由于模块的结构,没有默认导出 这就是为什么您在 console.log 时看不到任何内容的原因。
有关文件系统必须在此处提供的功能和 API 的完整列表,请参阅官方文档 File System Api Node js

关于node.js - nodejs fs 文件系统返回空对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37321852/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com