document.write('
'); $('#wrapper_box').fade({ url: JSON.parse(pyjson_to_jsjson_decode('[{"href":"http:\/\/mfm.miqiwan.com\/index.php?m=content&c=index&a=show&catid=68&id=4#section_content","imgUrl":"http:\/\/game.youdong.com\/uploadfile\/2017\/0519\/20170519033756150.jpg"},{"href":"http:\/\/mfm.miqiwan.com\/index.php?m=content&c=index&a=show&catid=58&id=17#section_content","imgUrl":"http:\/\/game.youdong.com\/uploadfile\/2017\/0213\/20170213035129122.jpg"}]')), boxWid: 640, boxHei: 360 }).css({ margin: '0 auto' }); /** * 去除json转义符号 * @param json_str * @returns string */ function pyjson_to_jsjson_decode(json_str) { json_str = json_str.replace(/&/g, '&'); json_str = json_str.replace(/</g, '<'); json_str = json_str.replace(/>/g, '>'); json_str = json_str.replace(/"/g, '"'); json_str = json_str.replace(/'/g, '"'); json_str = json_str.replace(/'/g, '"'); json_str = json_str.replace(/"/g, '"'); return json_str; }