|
本帖最后由 cumulonimbus 于 2013-2-26 19:28 编辑
蓝天630902 发表于 2013-2-24 12:33
重新安装一个Excel2007看看
.Open "GET", "http://swcx.hb-n-tax.gov.cn/hbgs/invoice/front/invoice_query.jsp", False
.setRequestHeader "Referer", "http://swcx.hb-n-tax.gov.cn/hbgs/invoice/"
.setRequestHeader "Connection", "Keep-Alive"
.send
.getallResponseHeaders
cookies1 = Split(Split(.getallResponseHeaders(), "Set-Cookie: "), ";")(0)
.Open "POST", "http://swcx.hb-n-tax.gov.cn/hbgs2/invoice/front/invoice_opr.jsp", False
.setRequestHeader "Referer", "http://swcx.hb-n-tax.gov.cn/hbgs2/invoice/front/invoice_query.jsp"
.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
.setRequestHeader "Cookie", cookies1
.send "fp_code=" & Cells(m, 1) & "&fp_number=" & Cells(m, 2) & "&verify_code=" & yzm & "&x=34&y=17"
有许多个get,不知道要找哪个数据,大师能否给个图。 |
|