用send函数可以自己构造cookie:
szData1 db "POST %s HTTP/1.1",13,10
db "Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*",13,10
db "Accept-Language: zh-cn",13,10
db "Content-Type: application/x-www-form-urlencoded",13,10
db "Referer: %s",13,10
db "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; .NET CLR 1.1.4322)",13,10
db "Host: %s",13,10
db "Cache-Control: no-cache",13,10,0
db "cookie: %s",13,10,13,10,0