标签:static write dog ret csharp public names har stat
using System; namespace Application { class Dog { static void Main(string[] args){ Dog dog=new Dog(); int a=dog.say(); Console.WriteLine("{0}",a); } public int say(){ return 1; } } }
标签:static write dog ret csharp public names har stat
原文地址:https://www.cnblogs.com/mlh1421/p/10037115.html