赞
踩
using System; using System.Collections.Generic; public class MyClass { struct Name{ public string FirstName; public string LastName; public string GetName(){ return FirstName + "·" + LastName; } } struct Vector3{ public float x; public float y; public float z; public double Distance
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。