Android 打开URL(跳转到浏览器打开链接)
本文档为个人博客文档系统的备份版本、作者:小游、作者博客:点击访问参考文章:https://blog.csdn.net/cheng545/article/details/53786122Uri uri = Uri.parse("http://www.baidu.com");Intent intent = new Intent();intent.setAction("android.intent.action.VIEW");intent.setData(ur