Decode a URI after encoding it: var uri = "my test.asp?name=ståle&car=saab"; var enc = encodeURI(uri); var dec = decodeURI(enc);
確定! 回上一頁