//目录
摘要: Intent——切换activity intent.setClass(first.this,second.class); startActivity(intent); Bundle——切换时数据传递 //跳转 Intent intent = new Intent(); //跳转时数据传输 Bundl 阅读全文
posted @ 2017-11-30 22:46 小草的大树梦 阅读(241) 评论(0) 推荐(0)