类型“对象”上不存在属性“ json”。 HttpClient.post

时间:2019-08-05 16:45:12

标签: json angular typescript ionic4

当我使用to_html的{​​{1}} post方法时,我试图从控制台接收返回给我的信息,我有一个名为HttpClient的函数,它的作用是,即更改上传到输入的文件时,它将自动运行并将其上传到外部Angular。如果执行代码,控制台将返回以下内容:

fileChange (event)

直到那里,但现在我需要一个名为db的字符串变量,该字符串变量为空,因此,我需要返回此数组并获取Object { file: "b8bc177b-b51c-4c05-b1bb-57f79a02f9ec" } 数据。 这是我的代码:

imageURL

如果我运行它,它将返回一个错误,该函数file:告诉我 imageURL: string //Variable type String this.http.post('https://upload.uploadcare.com/base/', data) .subscribe(event => { console.log(event) //this returns me (Object { file: "b8bc177b-b51c-4c05-b1bb-57f79a02f9ec" }) this.imageURL = event.json().file }) 。 帮助!

0 个答案:

没有答案