📅  最后修改于: 2022-03-11 15:00:04.784000             🧑  作者: Mango
代码示例2
Intent i = new Intent(FirstScreen.this, SecondScreen.class);
String keyIdentifer = null;
i.putExtra("STRING_I_NEED", strName);