How to parse the display cookie key value in the browser

clipboard.png
chrome browser I set up buyNow in cookie and saved three pairs of keys. The browser shows that this has been escaped as follows:

7B%22skuCode%22%3A%22250S1524100609059%22%2C%22num%22%3A1%2C%22unConfirm%22%3Atrue%7D

how do I explicitly display these values?


http://tool.chinaz.com/tools/.


first use decodeURIComponent , then use JSON.parse (),
JSON.parse (decodeURIComponent ('% 7B% 22skuCode% 22% 3A% 22250S1524100609059% 22% 2C% 22num22% 22% 3A1% 2C% 22unfirmware% 22% 3Atrue% 7D')

< hr class="
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b303ff-4e963.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b303ff-4e963.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?