摘要: postimport urlliimport urllib #post数据value = {}value['username']='aaaa'value['password']='123123'data = urllib.urlencode(value)#添加headerrequest = urllib2.Request("http://localhost/client.php")request... 阅读全文
posted @ 2017-08-23 21:38 layfork 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-08-23 20:06 layfork 阅读(161) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/qq_28784775/article/details/54134169#comments 阅读全文
posted @ 2017-08-23 15:12 layfork 阅读(161) 评论(0) 推荐(0) 编辑