Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウェブサイトからの応答を取得するために、python で urllib2 を使用しています。しかし、応答の戻り値には一部のデータがありません。PHP で file_get_contents を使用すると、完全なデータが返されます。これは私が使用しているコードです:
response = urllib2.urlopen(url) print response.read()