摘要: using System; namespace RectangleApplication { class Rectangle { // 成员变量 double length; double width; public void Acceptdetails() { length = 4.5; widt 阅读全文
posted @ 2020-11-02 09:35 siha123 阅读(132) 评论(0) 推荐(0)