I recommend using the awesome requests library: import requests url = 'http://maps.googleapis.com/maps/api/directions/json' params = dict( ...
確定! 回上一頁