powershell专题提供powershell的最新资讯内容,帮你更好的了解powershell。
我有 function Foo($a, $b) { $o = @{} $o.A = $a $o.B = $b $post = @{} $post.X="x" $post.entity =$o $newton::SerializeObject($post) } 然后做 foo "a" "b" 我明白了 Exception calling "Se