1. // 传值页面
    2. var item = {name'垃圾'}
    3. var str = JSON.stringify(encodeURI(encodeURI(item)))
    4. location.href = "history.html?test=" + str
    5. // 接受值页面
    6. var getData = JSON.parse(decodeURI(test))