Kotlin 中使用AlertDialog使用Java 生成一个AlertDialognew AlertDialog.Builder(this) .setTitle("提示") .setMessage("你好,世界") .
確定! 回上一頁