2012-04-14 2 views

답변

1

:

<script type="text/javascript"> 
    hash = window.location.hash.substr(1); //url of the current page 
    arHash = hash.split('='); //this creates an array with key ([0] element) and value ([1] element) 
    hash_value = arHash[1]; //recieve value 
</script>