Kar*_*son 3 powershell
以下相反的功能是什么?
$tmp = $domain.split(".")
换句话说,如何将数组传输到字符串.我听说过"加入",但我无法让它发挥作用.
非cmdlet,非任务,这必须与PowerShell v1和所有旧系统一起使用!
jon*_*n Z 14
Powershell中有一个连接运算符:
$tmp -join "."
Lee*_*Lee 5
$result = [string]::join(".", $array)
归档时间:
14 年 前
查看次数:
5472 次
最近记录:
11 年,6 月 前