Intent可以在界面跳转时传递数据,使用 Intent 进行数据前向传递的两种方式是
A: 使用 Intent 的 putExtra(...) 方法传递数据,如String类型数据
B: 使用 Intent 的 putExtras(...) 方法传递 Bundle 对象数据
C: 使用sendMessage(...)方法传递数据
D: 使用 sendtoMessage(...) 方法传递数据
A: 使用 Intent 的 putExtra(...) 方法传递数据,如String类型数据
B: 使用 Intent 的 putExtras(...) 方法传递 Bundle 对象数据
C: 使用sendMessage(...)方法传递数据
D: 使用 sendtoMessage(...) 方法传递数据