其中et_list返回的是一个数组!
<?php
include(dirname(__FILE__).'/class/cuku.php');
$ck = new Cuku();
$tl = $ck->tp($mbcon[template]);
include('public.php');
$linkl=$ck->et_list("select * from cuku_link where toin=1 ",0);
$json_string= json_encode($linkl);
echo $json_string;
?>