标签: android
我看到的代码如下:
Intent intent = new Intent(MainActivity.this, SecondActivity.class);
例如,在此question中,此question等等。
但是有必要在MainActivity指针前面加上类名this吗?我删除了它,根本没有看到应用程序的任何差异。事实上,当我正在阅读documentation时,在this前面没有使用Acitivity名称。
MainActivity
this