Retrieve the runtime representation of a class type. _classOf[T]_ is equivalent to the class literal _T.class_ in Java. 相当于java中的Object.class_