菜鸟教程小白 发表于 2022-12-13 12:24:33

UITextView中HTML格式数据展示


                                            <p><p>在我的演示应用程序中,我尝试向我的测试 WebService 发送请求,</p>

<p>它会给我发回一个JSON格式的数据。关键是一个字符串,</p>

<p>那么值就是HTML格式的数据。我想用UITextView来显示内容。</p>

<p>但是结果是这样的:</p>

<p> <img src="/image/StuvY.png" alt="enter image description here"/> </p>

<p>我希望向我展示的内容就像 HTML 网页一样,</p>

<p>但我不知道如何处理 HTML 数据。</p>

<p>请帮帮我,我不知道怎么写代码,</p>

<p>所以没有代码可以显示给您。我很抱歉。</p>

<p>提前谢谢你。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>使用 UIWebView 代替 UITextView:
<a href="http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html" rel="noreferrer noopener nofollow">http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于UITextView中HTML格式数据展示,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/9786955/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/9786955/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: UITextView中HTML格式数据展示