摘要:
request對象的常用屬性 具體使用方法如下:request.headers, request.headers.get('If-None-Match')request.json, request.json['value'] 或 request.json.get('detail_msg', "")r 閱讀全文
posted @ 2014-05-20 12:57
harrychinese
閱讀(4794)
評論(0)
推薦(0)
摘要:
#訪問不需要登錄的網頁import urllib2target_page_url='http://10.224.110.118/myweb/view.jsp' f = urllib2.urlopen(target_page_url)httpCodes=f.getcode()responseStr =... 閱讀全文
posted @ 2014-05-20 12:42
harrychinese
閱讀(580)
評論(0)
推薦(0)

浙公網安備 33010602011771號