在函数中格式化 xml 时出错:
$newXml = @'
<bindings>
<basicHttpBinding>
</basicHttpBinding>
</bindings>
'@
+ $newXml = <<<< @', is missing the terminator: '@.
在函数中格式化 xml 时出错:
$newXml = @'
<bindings>
<basicHttpBinding>
</basicHttpBinding>
</bindings>
'@
+ $newXml = <<<< @', is missing the terminator: '@.