Request1 [python] python3 에서 URL encode python3 에서 URL encode 한글을 URL에 포함할 경우 URL encoding을 합니다. #!/usr/bin/env python3 from urllib.parse import quote from urllib.request import urlopen url = 'http://wikipedia.org/wiki/' + quote("한글") content = urlopen(url).read() 출처 http://stackoverflow.com/questions/11818362/how-to-deal-with-unicode-string-in-url-in-python3 2017. 3. 17. 이전 1 다음