query($q); $rs->setFetchMode(PDO::FETCH_ASSOC); //关联数组形式 $row = $rs -> fetch(); ?>
echo $row['title'] ; ?>
'') echo "
". $row['content'] ."
" ; ?>