摘要: package com.example.myapplication; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content. 阅读全文
posted @ 2021-10-08 11:54 郭蕴杰 阅读(16) 评论(0) 推荐(0) 编辑
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2021-10-08 11:50 郭蕴杰 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1.输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除) package work; import java.util.Scanner; public class Test1 { /** * @param args */ public static void main(S 阅读全文
posted @ 2021-03-30 14:23 郭蕴杰 阅读(56) 评论(0) 推荐(0) 编辑