getContext

fun Activity.getContext(): Activity

获取Activity本身,因为Dialog等都要用Activity实例,需要的话可以使用Activity.getApplicationContext.