摘要:
class Program { static void Main(string[] args) { int[] scores = new int[5]; int i, j; // 循环变量 int temp; // 临时变量 // 读入成绩 Console.WriteLine("请输入5个学员的成绩 阅读全文
摘要:
public class LibWrapDateTime { [DllImportAttribute("Kernel32.dll")] public static extern void GetLocalTime(SystemTime st); [DllImportAttribute("Kernel 阅读全文