Powershell : if Statement basics · First, the syntax with a simple if: if (condition) {do} · You can also use elseif and else: if (condition) {do}
確定! 回上一頁