StackOverflow 文件 PowerShell 教程 PowerShell 中的返回行為 提前退出 提前退出 Created: November-22, 2018 function earlyexit { "Hello" return "World" } Hello 將被放置在輸出管道中,World 將不會 Gotcha 返回管道PowerShell 中的返回行為