好久没写了,重装了系统重新配置的Live Writer,看看效果:

测试:

class TestClass  
{  
	static void C# Main(string[] args)  
	{  
		// Display the number of command line arguments:  
		System.Console.WriteLine(args.Length);  
	}  
} 
原文地址:https://www.cnblogs.com/dashublog/p/3085029.html