摘要: 向下一个活动发送数据 一般使用bundle(捆) 使用方法 创建并准备发送数据 //这里是上一个页面 Intent intent = new Intent(this,class); //新建意图 Bundle bundle = new Bundle(); //新建一个包裹 bundle.putStr 阅读全文
posted @ 2023-02-08 22:25 天启A 阅读(40) 评论(0) 推荐(0)