编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <script> var uri="my test.php?name=ståle&car=saab"; document.write(encodeURI(uri)+ "<br>"); document.write(decodeURI(uri)); </script> </body> </html>
结果:
【此窗口】
帮助?