gpt4 book ai didi

ios - 如何解码HTML实体(“”和“£”)从xcode中的字符串

转载 作者:行者123 更新时间:2023-12-01 19:08:08 24 4
gpt4 key购买 nike

在xml数据中

<content_special>
SAT 17TH TEST test club cheap drinks £3 shots £5 bottles $beers
</content_special>

我用这段代码得到这个字符串
TBXMLElement *Content_Special=[TBXML childElementNamed:@"content_special" parentElement:Club];
NSString *Content_SpecialStr = [TBXML textForElement:Content_Special];

当我 NSLog(@"Content_special:%@",Content_SpecialStr);
像这样打印
 Content_special:SAT 17TH TEST&#13;
test club&#13;
cheap drinks&#13;
&#13;
&#163;3 shots&#13;
&#163;5 bottles&#13;
&#13;
$beers

如何获得Xlm中的哪个Display原始字符串?任何建议...

最佳答案

使用适用于Mac的Google工具箱找到了解决方案GTMNSString+HTML.hGTMNSString+HTML.mGTMDefines.h

第一个#import "GTMNSString+HTML.h"
像这样使用:Content_SpecialStr = [Content_SpecialStr gtm_stringByUnescapingFromHTML];

关于ios - 如何解码HTML实体(“”和“£”)从xcode中的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18549045/

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