【发布时间】:2016-03-31 17:30:35
【问题描述】:
是否可以在 Android 中实现这个 HTML sn-p?如果是,那么如何?
<a href="https://icons8.com">Icon pack by Icons8</a>
【问题讨论】:
是否可以在 Android 中实现这个 HTML sn-p?如果是,那么如何?
<a href="https://icons8.com">Icon pack by Icons8</a>
【问题讨论】:
几乎,这是支持的:
<string name="my_site"><a href="https://icons8.com">Icon pack by Icons8</a></string>
查看this 指南,了解您可以在 Android 中使用 HTML 做什么。
【讨论】: