::using System; ::class Program{ :: static void Main(string[] args){ :: Console.WriteLine("args"); :: Console.ReadLine(); :: } ::} ::=============================================================== c: ::添加framework1.1路径 set PATH=%PATH%;C:/Windows/Microsoft.NET/Framework/v1.1.4322/ cd C:/cshapetest/ del Program.exe csc Program.cs Program.exe
时间: 2024-10-05 15:32:01