我从API获取此String
,它应该是HTML:
"<ul><li>Without Flavor &amp; Size</li><li>With Gallery Images<br></li><li>With Tag<br></li><li>With User Review</li><li>Inventory: In stock</li><li>Visibility: Enable</li><li>With Regular Price&nbsp; / Without Sale Price</li><li>Without Role based pricing</li><li>Without Upsells and Cross-sells Products</li><li>With one user review</li><li>Stock Availability: In Stock</li><li>Manage Stock: No<br></li></ul><p><br></p>"
当我使用Html.fromHtml
:
我的问题是如何在TextView中显示此文本,如网页(应该是一个无序列表)。
我尝试了Html.fromHtml
,但它没有用,尝试了许多外部库但没有成功。