At least in Java, you cannot cast generic types, only the base type i.e. you can do List<String> ls = new ArrayList<String>();. Now back to your question. Let's ...
確定! 回上一頁