intent的低级错误
调web浏览器时
String url = "http://xxxxx.com";? //这个url前面的http不能少,否则会报ActivityNotFoundException错误Uri myBlogUri = Uri.parse(url );? web = new Intent(Intent.ACTION_VIEW, myBlogUri);