PHO #983(2007/07/16 08:29 GMT) [ Haskell ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9
import Data.Maybe import Network.HTTP import Network.URI uri :: URI uri = fromJust $ parseURI "http://ja.doukaku.org/feeds/comments/" main = do Right resp <- simpleHTTP $ Request uri GET [] "" putStrLn (rspBody resp)
Rating0/0=0.00-0+
[ reply ]
PHO
#983()
[
Haskell
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]