java 中的instanceof 運算子是用來在執行時指出物件是否是特定類的一個例項。instanceof通過 ... System.out.println("b2 instanceof C: " + res);
確定! 回上一頁