StackOverflow 文档 PowerShell 教程 PowerShell 中的返回行为 提前退出 提前退出 Created: November-22, 2018 function earlyexit { "Hello" return "World" } Hello 将被放置在输出管道中,World 将不会 Gotcha 返回管道PowerShell 中的返回行为