摘要:
postimport urlliimport urllib #post数据value = {}value['username']='aaaa'value['password']='123123'data = urllib.urlencode(value)#添加headerrequest = urllib2.Request("http://localhost/client.php")request... 阅读全文
摘要:
https://www.zhihu.com/question/47883186 https://www.zhihu.com/question/35461941 http://cuiqingcai.com/927.html http://blog.csdn.net/Bone_ACE/article/d 阅读全文
摘要:
http://blog.csdn.net/qq_28784775/article/details/54134169#comments 阅读全文