This comment is reply for 636 cats: (HTTPでGET). Go to thread root.
iwk #663(2007/07/12 14:03 GMT) [ OCaml ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9 10 11 12
open System;; open System.Net;; open System.Text;; let getContents (url:string) = let webClnt = new WebClient() in let returnValue = webClnt.DownloadData( url ) in Encoding.UTF8.GetString( returnValue );; let doukakuURL = "http://ja.doukaku.org/feeds/comments/";; Console.WriteLine( getContents doukakuURL );;
Rating0/0=0.00-0+
[ reply ]
iwk
#663()
[
OCaml
]
Rating0/0=0.00
Rating0/0=0.00-0+