$str_select .= "<option value=" .$row['classid'] . ($classid == $row['classid'] ? "selected" : '') .">" .str_repeat( "-" ,$depth) . $row['classname']."</option>"; //字符串构建