preload
Jun 24

方法一:

Intent piIntent = new Intent();
piIntent.setClass(this, ProgramInfoActivity.class);
startActivity(piIntent);

方法二:

startActivity(new Intent(this, ProgramInfoActivity.class));

溫故知新

載入中…

相關文章:

Tagged with:

Leave a Reply