10/10/2018, 10:07
Lấy tham số url dạng http://ten_host/#List,3
Giờ mình muốn lấy tham số 'List' và '3' thì làm như thế nào vậy.
Mọi người giúp mình với.
Mọi người giúp mình với.
Bài liên quan





<script> var urlCurrent=window.location.href; urlCurrent=_urlCurrent.split('#'); alert(urlCurrent[0]); alert(urlCurrent[1]); </script>Link để tham khảo thêm nè:
http://programming.top54u.com/post/J...h-Example.aspx