已采纳回答 / 慕粉064957747
Course是指接口List的泛型为Course,也指courseToSelect的类型为Course,如果不添加<Course>,则courseToSelect每次用的时候都要强制类型转换成Course。
2016-09-26
已采纳回答 / 唐程
是pinyin4j-2.5.0.jar 这个jar包里面的下载地址:http://download.csdn.net/detail/zl544434558/7076087
2016-09-26
已采纳回答 / _泐4063950
下面是这个方法的API,因为返回值是char而不是String,而后面的''a"是String类型,所以需要类型转换,这里加上“”可向上转换成String.就省去了强制转换。本人也是新手,也许有错,希望大家莫怪。char charAt(int index)Returns the char value at the
specified index.
2016-09-26