pos = $name.IndexOf(";") $leftPart = $name.Substring(0, $pos) $rightPart = $name.Substring($pos+1)
確定! 回上一頁