2010年2月9日
摘要: 显示网页Java代码Uri uri = Uri.parse("http://google.com"); Intent it = new Intent(Intent.ACTION_VIEW, uri); startActivity(it); Uri uri = Uri.parse("http://google.com"); Intent it = new Intent(Intent.ACTIO... 阅读全文
posted @ 2010-02-09 10:37 清水湾 阅读(713) 评论(0) 推荐(0)