gpt4 book ai didi

javascript - 如何从字符串中提取预定义模式?

转载 作者:行者123 更新时间:2023-11-30 09:07:49 25 4
gpt4 key购买 nike

给定以下字符串:

"<head></head><body>{"filesize":55312,"success":false,"msg":"incorrect-captcha-sol"}<div firebugversion="1.5.4" style="display: none;" id="_firebugConsole"></div></body>"

我需要提取JSON字符串如下:

{"filesize":55312,"success":false,"msg":"incorrect-captcha-sol"}

我应该怎么做?

谢谢

最佳答案

 json = str.match(/(\{[^}]+\})/)[1];

关于javascript - 如何从字符串中提取预定义模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3481649/

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