android - HTML <a/> 标签在Android中的实现

标签 android html hyperlink

是否可以在 Android 中实现此 HTML 代码段?如果是,那么如何?

<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 做什么的指南。

关于android - HTML <a/> 标签在Android中的实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34466868/

相关文章:

android - 如何禁用多个条形码检测android Vision API

python - 安装基于 pyproject.toml 的项目所需的错误 : Could not build wheels for coincurve,

android - 我可以从服务内的共享首选项中获取数据吗?

html - 向下滚动在 iPad 上不起作用

android - UI Automator Viewer 的 GUI 损坏

html - 带有类别的 css 列表下拉列表

html - 在隐藏滚动条上覆盖引导下拉菜单

android - 根据设备创建将打开网站、iOS、Android 或 Win8 应用程序的 Web 链接

linux - 为什么不允许硬链接(hard link)到 UNIX/Linux 中的目录

ASP.Net从背后的代码在浏览器中打开新选项卡