1 Answers
Best Answer
如果给函数定义参数,请参考Powershell处理函数的参数
如果读取文本文件,请参考Get-Content命令
如何将读取的文本转换成PowerShell对象,请参考ConvertFrom-Json命令。