String s="<a style='color:red' href='http://www.w3school.com.cn/' target='_blank'>Visit W3School!</a>";
TextView a=(TextView)findViewById(R.id.textView2); 
a.setText(Html.fromHtml(s)); 
这样写是不是有问题
为啥出现蓝色的下划线连接了,却无法点击