2013年4月17日
摘要: http://www.cnblogs.com/playing/archive/2011/03/23/1992030.html 阅读全文
posted @ 2013-04-17 17:05 猥琐丶欲为 阅读(139) 评论(0) 推荐(0)
摘要: Intent传值 EditText et = (EditText)findViewById(R.id.etName);//定义的文本框。 String aa = et.getText().toString();//获取文本框内容。 Intent intent = new Intent();intent.setClass(helloworld.this,android2.class);//helloworld.class为Activity,android2.class为Activity。intent.putExtra("name", "传值测试!");// 阅读全文
posted @ 2013-04-17 11:31 猥琐丶欲为 阅读(352) 评论(0) 推荐(0)