array(2) { [2] => string(12) "博文配图" [3] => string(12) "默认相册" }
<select id="album_title"> <foreach name="titles" item="vo"> <option value="{$key}">???</option> {$vo.title} </foreach> </select>