(C#) get web page, KOSPI200 시세 얻기
.Net Framework 필요 http://msdn.microsoft.com/en-us/netframework/aa569263.aspx Executable: Source: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; namespace ShowIndex { class Program { static void Main(string[] args) { var client = new WebClient(); var..