Webスクレイピング Part 4:TOEIC英単語の例文をどんどん表示して覚える ~ 『英単語1000本ノック』アプリのVer 1を完成させる! 超複雑なスクレイピングに挑戦!前回のPart3ではスクレイピングでTOEIC単語を1000個取得、その中からランダムに1つの単語を選ぶ段階までコーディングをしました。 コードはこんな感じでした。 using System; using System.Collections.Generic; using System.Net; using System.Text; using System.Text.RegularExpressions; namespace WebScrapingPart2 { class Program { static void Main(string[] args) { //========================