Set env. variable temporarily, invoke the external utility, remove / restore old value. $oldVal, $env:MYVAR = $env:MYVAR, 8000; node index.js; $env:MYVAR ...
確定! 回上一頁