跳转网页

来源:互联网 发布:知行天下 百度影音 编辑:程序博客网 时间:2024/06/04 17:56
Uri uri = Uri.parse("https://www.baidu.com/?tn=93380420_hao_pg");Intent intent = new Intent(Intent.ACTION_VIEW,uri);startActivity(intent);
原创粉丝点击