powershell 函数, foreach中格式化

function testArg
{
$n = 1;
if($args.Count -eq 0)
{
"No arg!"
}
else
{
$args | foreach {"the {0} param is {1}" -f $n++, $_ }
}
} -f 使用c#格化式
上一篇:spring整合mongodb


下一篇:虚拟专用网VPN