startActivity简介: 在Android应用开发过程中,通过调用startActivity可以启动另外一个Activity,参数必须包含Intent。例如, Intent intent = new Intent...