2019年3月16日

PHP 实现get 和 Post 请求

摘要: 1 get get请求比较简单,file_get_contents();即可实现 2 Post 阅读全文

posted @ 2019-03-16 21:33 我是某某某是我 阅读(434) 评论(0) 推荐(0) 编辑

python urllib2实现http GET PUT DELETE POST的方法

摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/3/11 下午8:33 # @Author : lb # @File : httpMethod.py 定义了http 常用的请求 import urllib2 import ur 阅读全文

posted @ 2019-03-16 21:19 我是某某某是我 阅读(468) 评论(0) 推荐(0) 编辑

导航