gpt4 book ai didi

json - Angular 5 Typescript - 保存本地 JSON 文件

转载 作者:搜寻专家 更新时间:2023-10-30 22:03:25 25 4
gpt4 key购买 nike

我正在尝试为自己制作一个本地应用程序,并将所有内容保存在 json localy 中。我有这个帖子界面和带有数据构建的数组:

this.p = [{
posts:{
id: 'hey man',
title: 'awdwada',
description: 'awdawdaw',
commands: {
title: 'dawdawdawd',
description: 'awdawda',
note: 'wadadaw',
}
}

}
];
const r = JSON.stringify(this.p);
console.log(r);

如何将其保存到 json 文件中?

最佳答案

posting()      
{
this.http.post<any>(this.baseurl).map(res:Response=>{res.json();});
}
ngOnInit()
{
this.appService.posting().subscribe(data=>this.p=data);
}

关于json - Angular 5 Typescript - 保存本地 JSON 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48015515/

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