Powershell 環境變量

(1)獲取全部環境變量php function getAllEnv(){ return (Get-Item Env:) } //this is a array $configs = getAllEnv $configs.length $configs[0] foreach($config in $configs){ $config } (2)獲取特定的環境變量web functio
相關文章
相關標籤/搜索