我们的需求是当想要列出脚本中所有变量。 这里定义了一个函数 Get-Variable: 代码如下: function Get-Variable { $token = $null $errors = $null $ast = [System.Management.Automation.Language.Parser]::ParseInput($psise.CurrentFile.Editor.Text, [ref] $token, [ref] $errors) # not complete, add variables you want to exclude