Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/300.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python <;<;的绑定方法Response.json;答复[200]>&燃气轮机;_Python - Fatal编程技术网

Python <;<;的绑定方法Response.json;答复[200]>&燃气轮机;

Python <;<;的绑定方法Response.json;答复[200]>&燃气轮机;,python,Python,我正试着提出一个请求 我一直在 # <bound method Response.json of <Response [200]>> 实际上,您应该调用它(因为有方法) 如果我错了,请纠正我,但这不是我所拥有的吗?@ihue data=requests.get(url).json()您错过了BraceSohSnap。。我错过了()。明白了,明白了。谢谢你的帮助,伙计:)我也是,我错过了() # <bound method Response.json of <

我正试着提出一个请求


我一直在

# <bound method Response.json of <Response [200]>>

实际上,您应该调用它(因为有方法)


如果我错了,请纠正我,但这不是我所拥有的吗?@ihue data=requests.get(url).json
()
您错过了BraceSohSnap。。我错过了
()
。明白了,明白了。谢谢你的帮助,伙计:)我也是,我错过了()
# <bound method Response.json of <Response [200]>>
{
    "results": [
        {
            "user": {
                "gender": "female",
                "name": {
                    "title": "ms",
                    "first": "kerttu",
                    "last": "tervo"
                },
                "location": {
                    "street": "9102 aleksanterinkatu",
                    "city": "eurajoki",
                    "state": "pirkanmaa",
                    "zip": 67561
                },
                "email": "kerttu.tervo@example.com",
                "username": "silvercat709",
                "password": "papa",
                "salt": "tOCPX2GL",
                "md5": "86c60371eeb94596916d66cee898c869",
                "sha1": "d06c4f2e43f8c0e53d88e538655f1152169ce575",
                "sha256": "5a6b011841b27b08c38d2091dfb3d7ca50f55192ca0fcf6929dae098316c9aae",
                "registered": 1419602511,
                "dob": 1266822680,
                "phone": "03-479-964",
                "cell": "047-950-61-69",
                "HETU": "220210A290R",
                "picture": {
                    "large": "https://randomuser.me/api/portraits/women/68.jpg",
                    "medium": "https://randomuser.me/api/portraits/med/women/68.jpg",
                    "thumbnail": "https://randomuser.me/api/portraits/thumb/women/68.jpg"
                }
            }
        }
    ],
    "nationality": "FI",
    "seed": "7d24284202c2cfdb06",
    "version": "0.8"
}
data = requests.get(url).json()