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
相关文章
相关标签/搜索