摘要: Activity跳转 显示跳转 显示1: Intent intent = new Intent(AActivity.this,BActivity.class); //1,当前类 2、跳转的类 startActivity(intent); 显示2: Intent intent = new Intent 阅读全文
posted @ 2019-12-13 15:09 shai沙海 阅读(662) 评论(0) 推荐(0) 编辑