标签: 页面传值

Android程序开发基础之——页面传值

Activity跳转与传值,主要是通过Intent类来连接多个Activity,通过Bundle类来传递数据。 示例代码如下: 1.1、使用intent.putExtra()方法赋值   [[73022]……