我有这个代码:
static void Main(string[] args)
{
Console.WriteLine("iexplore");
http://www.google.com;
Console.WriteLine("maximize");
Console.ReadLine();
}
Run Code Online (Sandbox Code Playgroud)
我不清楚为什么这个代码会编译?因为我有一个网址,而且它不是ac#keyword ...
在C#做
someText:
Run Code Online (Sandbox Code Playgroud)
为goto
之后制作一个标签
//Some other text
Run Code Online (Sandbox Code Playgroud)
是评论所以
http://www.google.com;
Run Code Online (Sandbox Code Playgroud)
是http:
评论后跟的标签//www.google.com;