87,997
社区成员




[var array = {"name":"XXX","introduce":"中文。。。。。。。。。。。","poster":"_poster.jpg","slimg":"list_ico0_4.png","sdimg":"list_ico1_4.png","detailBrightImg":"barBtn1_0.png","detailDarkImg":"barBtn0_0.png","myAppBrightImg":"b_ico0.png","myAppDarkImg":"b_ico0.png","widgetdownaddress":"../index.htm}]
window.location.href = "xxx.htm?array="+ window.encodeURIComponent(array)
var temp = window.decodeURIComponent(location.href.split("?")[1].split("&")[0].split("=")[1]);
alert(temp);
alert(temp.length);