Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在TextViews里面ListView,每个都TextView从函数中接收它的文本,我该Html.fromHtml如何处理<embed>标签来观看 YouTube 视频TextView?
TextViews
ListView
TextView
Html.fromHtml
<embed>
您不能 -TextViews仅支持简单格式的一小部分HTML,例如<b>和<i>.
HTML
<b>
<i>
您需要使用WebView来处理复杂的内容。