2010年3月23日 星期二

使用goto

private void TestGoto()
{
  goto Test:
Test:
  Console.Write("Jump in Test Tag");
}

沒有留言: