标签:
String url = "http://www.qq.com"
Uri uri=Uri.parse("http://www.baidu.com"); Intent intent=new Intent(Intent.ACTION_VIEW, uri); startActivity(intent);
最简单webview跳转
原文地址:http://www.cnblogs.com/zmaibbs7/p/4844934.html