例如:
url = '/'
data = {'name': 'username ',' password': '123456'}
post _ data = urllib . urlencode(data)
req = urllib2。請求(url,post_data)
response = urllib2.urlopen(req)
page_content = response.read()
這個數據在這裏隨便寫。用搶包工具看看qq空間是什麽樣子的。