随笔分类 - CSharp
CSharp
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Person p = new Person(); //链式编程 p.Sayhi().Hello(); Console.ReadKey(); } } class Person { public int Age { get; set; } public string Name
阅读全文

浙公网安备 33010602011771号