用系统浏览器打开网页

        Intent intent =new Intent();
        intent.setAction(Intent.ACTION_VIEW);
        intent.setData(Uri.parse("http://www.baidu.com"));
        this.startActivity(intent);

 

posted @ 2015-11-19 15:10  一路向北中  阅读(274)  评论(0)    收藏  举报