如何让一个代码被冷漠namespace Main{ class Program { static void Main(string[] args) { goto F; Console.WriteLine("我***");//<--因为此代码涉嫌祖安,已成功跳过 F:; } }}