很简单的,直接上代码吧final Uri uri = Uri.parse("https://saddleback.v2s.mobi/"); final Intent it = new Intent(Intent.ACTION_VIEW, uri); startActivity(it);