The solution is to split the text into an array of actual lines and then use Select-String on them: $r = Invoke-WebRequest www.isxkcdshittytoday.com $lines ...
確定! 回上一頁