html一个a标记,浏览器就把事情解决了。在APP里这么麻烦,这么多的重载的方法,各种参数,,,

  其实最简单就一种写法,记录一下: 

Intent intent = new Intent(this, mine.class);
startActivity(intent);

  如果是在Frament内,this换成getActivity(),目标类名别忘记加后缀class.

相关文章:

  • 2021-08-30
  • 2021-10-16
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-01-20
  • 2021-08-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-12-23
  • 2022-01-19
  • 2022-12-23
相关资源
相似解决方案