運行上面的代碼時出錯,不知道確切的問題請爲此提供解決方法。瑣碎的程序拋出IndexOutOfRangeException?
using System;
class second
{
static void Main(string[] args)
{
Console.WriteLine("Hello,{}!", args[0]);
Console.WriteLine("Welcome to the C# station Tutorial!");
Console.ReadLine();
}
}
錯誤是索引超出範圍。
**好,_what芸,誤差?**你看了嗎? – SLaks
你是怎麼執行這個的?你真的把任何參數傳遞給Main()? – dckrooney
您的代碼與您從其複製的[tutorial](http://www.csharp-station.com/tutorials/lesson01.aspx)不一樣。你真的讀過這個教程嗎?我相信你會在那裏找到答案。 –