取到数组中对应位置的文字,并且转成大写

private String[ ] title = {",",".......};

content[position%content.length].toUpperCase();