实现效果:(截取其部分)

实现代码:

$webclient=New-Object System.Net.WebClient
$content=$webclient.DownloadString("https://www.cnblogs.com/feiyucha/p/9972094.html")
$content.Substring(0,1000)