在 android 中将信息传递给另一个意图目标 class 的方法是什么
what will be the method to pass information to another target of intent class in androiod
Intent class 的哪个方法允许您将信息传递给目标?答案必须是 putExtra();但这不是正确答案。
尝试使用:
putExtra
不是
putExtra();
Intent class 的哪个方法允许您将信息传递给目标?答案必须是 putExtra();但这不是正确答案。
尝试使用:
putExtra
不是
putExtra();