Intent intent=new Intent(this,Game.class);
intent.putExtra("razmer", level);
startActivity(intent);
方法 startActivity() 调用构造函数类。此方法创建对象此类?请向我发送有关此方法的更多详细信息
Intent intent=new Intent(this,Game.class);
intent.putExtra("razmer", level);
startActivity(intent);
方法 startActivity() 调用构造函数类。此方法创建对象此类?请向我发送有关此方法的更多详细信息