标签:style color java 使用 ar div size ad
if(p.isInstanceOf[Employee]){
  val s = p.asInstanceOf[Employee]
} | 
| 
 Scala 
 | 
 Java 
 | 
| 
 obj.isInstanceOf[C] 
 | 
 obj instanceof C 
 | 
| 
 obj.asInstanceOf[C] 
 | 
 (C)obj 
 | 
| 
 classOf[C] 
 | 
C.class | 
class Square(x: Int, y: Int, width: Int) extends java.awt.Rectangle(x, y, width, width) {
} | 
标签:style color java 使用 ar div size ad
原文地址:http://blog.csdn.net/shijiebei2009/article/details/38711815