得到url:
var str=location.href<script>
var str="test.htm?url=ABCDE,FGHIJ"
str=str.replace("ABCDE,FGHIJ","12345,67890")
alert(str)
</script>