toast弹出消息

简短一句

fun toast(str:String,context: Context) = Toast.makeText(context, str, Toast.LENGTH_LONG).show()

你可能感兴趣的:(toast弹出消息)