java用for循環寫一個日曆

package sort; import java.util.Scanner; public class fuhuo1 { public static void main(String[] args) { Scanner in=new Scanner(System.in); System.out.println("請輸入年份"); int year=in.nextInt();
相關文章
相關標籤/搜索