首圖

if(!function_exists('json_decode')){ include("json.php"); $json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE); function json_decode($arr){ global $json; return $json->decode($arr); } f......