https://www.myziyuan.com/
- 111
- 不会是MIT开发的scratch软件吧。。。这个是面向儿童编程的。。
- 2021-03-23 21:40:01
- 世源网络科技
- using System;using System.Collections.Generic;using System.Text;namespace cat{ public class cat { private string color; public string Color { get { return color; } set { color = value; } } private string weight; public string Weight { get { return weight; } set { weight = value; } } private string age; public string Age { get { return age; } set { age = value; } } class Program { static void Main(string[] args) { cat a = new cat();Console.WriteLine("请输入猫的颜色"); a.color = Console.ReadLine (); Console.WriteLine("请输入猫的年龄"); a.age = Console.ReadLine(); Console.WriteLine("请输入猫的体重"); a.weight = Console.ReadLine(); Console.WriteLine("我是一只{0}色的小猫,今年{1}岁,我的体重是{2}斤!", a.Color,a. Age, a.Weight); Console.WriteLine(); } } }}
- 2021-02-12 12:37:12
- lyrhc
- 谁知道空间有一个叫猫咪的梦的导航代码 知道的告诉我,谢谢了,楼主试一下 应该是这个吧 javascript:window.top.space_addItem(13,34354,765,135,240,22,0);如果是的话请采纳哦~
- 2021-02-12 12:37:12