摘要: using System; namespace RectangleApplication { class Rectangle { double length; double width; public void Acceptdetails() { length = 4.5; width = 3.5; 阅读全文
posted @ 2019-09-22 16:58 -筱 阅读(102) 评论(0) 推荐(0)