logo
  • 教程列表
  • SO官方文檔
  • PowerShell 中的返回行為
    • 提前退出
    • Gotcha 返回管道
    • 返回值
    • 陷阱忽略不需要的輸出
    • 如何使用函式返回
  1. StackOverflow 文件
  2. PowerShell 教程
  3. PowerShell 中的返回行為
  4. 提前退出

提前退出

Created: November-22, 2018

function earlyexit {
    "Hello"
    return
    "World"
}

Hello 將被放置在輸出管道中,World 將不會

  • Gotcha 返回管道
  • PowerShell 中的返回行為

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明