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.
我们在 android 中使用属性 autoLink 设置为 web 的 TextView 来实现此行为。
<TextView android:autoLink="web" ... />
如何在NS中做到这一点?
如果你想有可点击的链接,你可以使用 HtmlView 代替 TextView。问题是,您将不得不使用长按,而不是单击。