摘要: String st = editText.getText().toString().trim(); Uri uri = null; try { uri = Uri.parse("http://www.baidu.com/s?&ie=utf-8&oe=UTF-8&wd=" + URLEncoder.encode(st, "UTF-8")); } catch (UnsupportedEncodingException e1) { e1.printStackTrace(); } final Intent intent = new Int 阅读全文
posted @ 2013-03-08 21:36 Duelsol 阅读(632) 评论(0) 推荐(0) 编辑