... print-helloworld { param([string]$name) write-host "Hello $name" } print-helloworld "Alice" '@ if(-not (test-path $mysuperscriptpath)) { $mysuperscript ...
確定! 回上一頁