// //跳转页面
Intent intent = new Intent(Intent.ACTION_VIEW); //为Intent设置Action属性
intent.setData(Uri.parse("http://vcloud.diyring.cc/friend/8b017ed12b74783b/53cc718a")); //为Intent设置DATA属性
startActivity(intent);
// //跳转页面
Intent intent = new Intent(Intent.ACTION_VIEW); //为Intent设置Action属性
intent.setData(Uri.parse("http://vcloud.diyring.cc/friend/8b017ed12b74783b/53cc718a")); //为Intent设置DATA属性
startActivity(intent);