Switch语句中多个值的PowerShell语法是什么? 我基本上想要这样做: switch($someString.ToLower()) { "y", "yes" { "You entered Yes." } default { "You entered No.
確定! 回上一頁