Fork me on GitHub
摘要: 传值方法一[java] Intent intent = new Intent(); Bundle bundle = new Bundle(); //该类用作携带数据 bundle.putString("name", "tom"); bundle.putString("ip","8.8.... 阅读全文
posted @ 2016-04-26 14:52 程序员小冰 阅读(334) 评论(0) 推荐(0)


Fork me on GitHub