Decode a URI after encoding it: let uri = "https://w3schools.com/my test.asp?name=ståle&car=saab"; let encoded = encodeURIComponent(uri);
確定! 回上一頁