1.May i know is all modern browsers support to user address parameter like http://abc.com?something=UTF8chactersHERE ?
2.which browser does not support it?
3. can javascript parse the parameter properly on all browser?
example : http://abc.com?something=环保部&something2=环保部
You should percent-escape the UTF-8 representation of the characters:
becomes
Any modern browser will display the second as the first in the URL bar.