$rows["name"], 'description' =>$rows["title"], 'picUrl' => $rows["image_src"],"/> $rows["name"], 'description' =>$rows["title"], 'picUrl' => $rows["image_src"],">
调用数据库并循环
case "tw":<br /> <br /> $record[0]=array(<br /> 'title' =>$rows["name"],<br /> 'description' =>$rows["title"],<br /> 'picUrl' => $rows["image_src"],<br /> 'url' => $rows["url"]<br /> );<br /> $resultStr = _response_multiNews($postObj,$record);<br /> break;
$record[]=array(<br /> 'title' =>$rows["name"],<br /> 'description' =>$rows["title"],<br /> 'picUrl' => $rows["image_src"],<br /> 'url' => $rows["url"]<br /> );<br />