-1
I have a URL with the data encoded using encodeURIComponent. Then I decode it using decodeURIComponent and it looks like this:
http://localhost:8081/edit.html [{ "name": "Darth Vader", "ladoForca": "Negro", "species": "Human", "planet": { "name": "Tatooine", "regiao": "Sea of Dune and Judland Wastes" } }]
how do I access the values?
but how come your url? in mine has not &
– bruna
sorry for the delay, I will send as my url, the parameter & just change , but ire send how the url arrives .. I just checked , it is currently returning as a variable even, but the url would be concatenated like this .... id_sedex = "1"&cod_sedex = "123456789"&desc_sedex = "Test of select java"&destino_sedex = "Street do not do a minimum "&localatual_sedex = "Where Judas lost the boots"
– DbaAlone
http://localhost/app2/www/? src=123456789&select=1 another way is like this ...
– DbaAlone