エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Add-Type -AssemblyName System.Net.Http Add-Type -Path "SgmlReaderDll.dllへのパス" $hc = New-Objec... Add-Type -AssemblyName System.Net.Http Add-Type -Path "SgmlReaderDll.dllへのパス" $hc = New-Object System.Net.Http.HttpClient $stream = $hc.GetAsync("https://www.google.co.jp/trends/").Result.Content.ReadAsStreamAsync().Result $my_streamreader = New-Object System.IO.StreamReader($stream, [System.Text.Encoding]::UTF8) $my_sgml = New-Object Sgml.SgmlReader $my_sgml.DocType = "HTML" $my_sgml.IgnoreDtd =