帮我看一下这个这个程序有什么问题?
using system;class listArg0{
public static void Main(String []args)
{
string strName;
strName=args[0];
Console.WriteLine(strName);
}
}
2010-03-21 14:11
2010-03-21 14:31
2010-03-21 15:10
2010-03-21 18:39

2010-03-21 21:52
2010-03-22 08:29
2010-03-22 20:27
2010-03-22 21:59