标签:android style blog color io 使用 ar div art
1. 要使用的代码
Intent intent = new Intent(); intent.setData(Uri.parse(sUrl)); intent.setAction(Intent.ACTION_VIEW); actMain.this.startActivity(intent);
2.说明
sUrl 就是你要打开的网址
标签:android style blog color io 使用 ar div art
原文地址:http://www.cnblogs.com/SM-t/p/3980615.html