摘要: 实验任务1 源代码task1 1 // Button类定义、实现 2 3 #pragma once 4 5 #include <iostream> 6 #include <string> 7 8 class Button 9 { 10 public: 11 Button(const std::str 阅读全文
posted @ 2025-11-22 20:55 FF-10086 阅读(6) 评论(1) 推荐(0)