示例#1
0
 private String type(CharSequence in) {
   ContentType ctype = ContentType.parse(in);
   return ctype.type();
 }