String型可以转换成boolean型吗? 这一句if(sex.equals("男"))只能用equals表示吗?
String型可以转换成boolean型,boolean b = Boolean.valueOf("false");至于字符串内容比较,除了equals还有compareTo方法