... response = requests.get('https://website/favicon.ico') favicon = response.content.encode('base64') hash = mmh3.hash(favicon) print hash ...
確定! 回上一頁