仅从 POST 请求中提取 JSON 对象
我正在使用 React Native 和 Axios 向 API 发出发布请求。当我执行控制台日志资源时,我得到了数据。 “数据”:“
注意:未定义索引:第 11 行
{“id”:“l \ / R98123JFAS920sdjf”}“,
我没有制作API,所以我不确定它为什么这样做,但它返回一堆看起来像HTML的代码以及id。我唯一真正做的就是想要的是 id,但由于“<”,我无法使用 JSON.parse。有谁知道如何从中获取 id 谢谢。
I am using React Native and Axios to make a post request to an API. When I do console log res, I get this for data. "data": "
Notice: Undefined index: on line 11
{"id":"l\/R98123JFAS920sdjf"}",
I did not make the API, so I am not sure why it does that, but it returns a bunch of HTML looking code along with the id. The only thing I really want is the id, but I cannot use JSON.parse because of the "<". Does anyone have an idea on how I can just get the id from this? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论