|
$oHTTP = ObjCreate("microsoft.xmlhttp")
$oHTTP.Open("get","http://www.wansong.net/vote_book.asp?id=14714",false)
$oHTTP.setRequestHeader("Cache-Control", "no-cache")
$oHTTP.setRequestHeader("Referer","http://www.wansong.net/html5/14714.html")
$oHTTP.setRequestHeader("Cookie","BD_UTK_DVT=1; WanSong=password=e11adc39f20f883e&secure%5Fid=1046603332&nickname=%B6%E7%B1%E3%C1%CB%B5%B9&username=laston; ASPSESSIONIDSSQRTDTS=DFENJCHAKJCMPBHCBIBIEJKI; ws_tan_2=yes; pbm_total_match_cookie_74334=1; t2c_swf_show=2; ")
$oHTTP.Send()
$HTMLSource = $oHTTP.Responsetext
$oHTTP=0
获取的$HTMLSource中,只要是中午字体,显示的都是乱码
请兄弟们帮忙解决
[ 本帖最后由 gto250 于 2008-6-7 21:09 编辑 ] |
|