내멋대로 해라

icehan.egloos.com

포토로그 마이가든



encodeURI tip&tech

javascript의 encodeURI()
python은 urllib.quote()

javascript
url = "http://localhost/search?q="+encodeURI(q);

python
import urllib
url = "http://localhost/search?q="+urllib.quote(q)

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://icehan.egloos.com/tb/4878929 [도움말]

덧글

덧글 입력 영역