js
url에 한글 주소 포함시킬 때
carbo
2017. 4. 11. 10:27
window.location.hash='#search/'+encodeURIComponent(keyword);
window.location.hash='#search/'+encodeURIComponent(keyword);