為啥我的VS運行的Helloworld窗口還是閃一下就關了
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Myapp1
{
??? class Program
??? {
??????? static void Main(string[] args)
??????? {
??????????? Console.WriteLine();
??????? }
??? }
}
2017-10-11
那個是調試程序,你可以用Ctrl+F5直接運行