One technique that is less obvious is testing whether a string "is null or empty", however PowerShell makes this really easy, so try this: if ($text) { ' ...
確定! 回上一頁