Android 超链接 打开网址

Uri uri=Uri.parse("http://www.baidu.com");
Intent intent=new Intent(Intent.ACTION_VIEW,uri);
startActivity(intent);

posted @ 2011-01-14 16:12  xngeer  阅读(4771)  评论(1编辑  收藏  举报