仅从 POST 请求中提取 JSON 对象

发布于 2025-01-09 08:45:18 字数 261 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文