传递之前先转字符串 encodeURIComponent(JSON.stringify(item))
接受之后转json对象JSON.parse(decodeURIComponent(option.item));