在xml文件中,给TextView控件,添加 autoLink属性: android:autoLink="web" 或者在源码中添加如下代码: tv_text.setAutoLinkMask(Linkify.WEB_URLS); 例如: 效果图: