用这个方法打开浏览器
Uri uri = Uri.parse(strNowURL);Intent it = new Intent(Intent.ACTION_VIEW,uri);startActivity(it);
如何隐藏地址栏