Android 获取从 TextView 单击的超链接的 url'文本

发布于 2025-01-08 16:02:36 字数 183 浏览 1 评论 0原文

我有一个文本视图,其文本是一些 html,包括超链接。我已经设置了 textview 属性 android:autoLink="web" ,以便当用户单击链接时,链接会在浏览器中打开。现在我想在单击时获取 url,因为我从服务器获取的 URL 也有绝对地址和相对地址。我想将其设置为绝对,以防 url 是相对的。有什么想法吗?

I have a textview whose text is some html including hyperlinks. I have set the textview property android:autoLink="web" so that when user clicks the link, the link open in a browser. Now I want to get url when clicked because URLs I am getting from server, have absolute and relative addresses as well. I want to make it absolute in case url is relative. Any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黒涩兲箜 2025-01-15 16:02:36

在 TextView 点击函数上编写 if 语句以将相对 url 操作为绝对 url。

write an if statement on TextView click function to manipulate relative urls to absolute.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文