快速掌握C#语言基础知识点(6.Object类型)
关注我的动态
using System.Runtime.InteropServices;namespace _06.Object类型
{internal class Program{//定义一个表示人的私有类private class Person {public Person(string personId,int tall,int weight,int sex) {PersonId personId;Tall tall;Weight weight;Sex…
2026/8/13 17:35:01