Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 IPFS 上开发 CRUD 操作,因此我需要使用其方法序列化 javascript 对象以将其保存在IPFS中。
JSON.stringify(obj)它只是序列化对象属性。
JSON.stringify(obj)