fun <reified T : Activity> Context?.startActivity() = this?.startActivity(Intent(this, T::class.java)) fun <reified T : Service> Context?
確定! 回上一頁