I tried escape, but it is only good for the special ones like : / ' space
etc. I want to turn every charactor into %xx then document.write them.
I wonder if i can double % them so I can turn @ into %40, then %%xx%yy xx is
for 4 and yy is for 0.
Thanks
etc. I want to turn every charactor into %xx then document.write them.
I wonder if i can double % them so I can turn @ into %40, then %%xx%yy xx is
for 4 and yy is for 0.
Thanks
Comment