leque #7597(2008/09/08 19:51 GMT) [ Scheme ] Rating0/0=0.00
寄せるだけ。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
(use rfc.http) (use rfc.uri) (define (alist->query alis) (string-join (map (lambda (p) (format "~A=~A" (uri-encode-string (symbol->string (car p))) (uri-encode-string (cdr p)))) alis) ";")) (receive (status _ res) (http-post "ll.jus.or.jp" "/2008/blog/archives/38/trackback" (alist->query '((title . "LL Golf Hole 9") (blog_name . "LL Golf Hole 9") (url . "http://ja.doukaku.org/207/") (excerpt . "trackback from LL Golf Hole 9 with Scheme.")))) (when (string=? status "200") (print res)) 0)
Rating0/0=0.00-0+
[ reply ]
leque
#7597()
[
Scheme
]
Rating0/0=0.00
寄せるだけ。
Rating0/0=0.00-0+
[ reply ]