gpt4 book ai didi

javascript - 从 xml 中获取字符串值

转载 作者:行者123 更新时间:2023-11-30 18:42:04 25 4
gpt4 key购买 nike

我有一个返回以下响应的网络服务:

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">ba7665f2-4548-4f85-9b23-d8979f000722</string>

使用 jQuery,我想我可以做类似 $(response).find('string').text(); 的事情来从我的 xml 中获取字符串值。

但是这不起作用,实际上 $(response).find('string').length 等于 0。

如何使用 javascript 从这个 xml 中获取字符串值?

最佳答案

假设您正确获取了响应文本,您可能忘记在调用 find 之前调用 parseXML。查看此页面上的示例脚本

http://api.jquery.com/jQuery.parseXML/

关于javascript - 从 xml 中获取字符串值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6585099/

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