芒果核

导航

2026年7月1日 #

微头条练习

摘要: 微头条练习: 1.App.vue 2.router/index.js import { createRouter, createWebHistory } from 'vue-router' import Login from '../Login.vue' import Home from '../H 阅读全文

posted @ 2026-07-01 12:16 芒果核 阅读(4) 评论(0) 推荐(0)

2026年6月22日 #

微头条6.1

摘要: public class ArrayMenu { // 定义公共类ArrayMenu static String[] newsTitles = new String[100]; // 静态数组,最多存储100条新闻标题 5 usages static int newsCount = 0; // 当前 阅读全文

posted @ 2026-06-22 14:35 芒果核 阅读(3) 评论(0) 推荐(0)

微头条6.4

摘要: Admin public class Admin extends User { public Admin(String username, String password) { super(username, password); } @Override public void showMenu() 阅读全文

posted @ 2026-06-22 14:34 芒果核 阅读(4) 评论(0) 推荐(0)