摘要:
1. instanceof 是一个操作符 使用方法: ? 1 2 if(a instanceof B){ } ? 1 2 if(a instanceof B){ } ? 1 2 if(a instanceof B){ } if(a instanceof B){ } 表示:a 是不是 B 这种类型 2 阅读全文
posted @ 2018-12-28 16:07
crazyYong
阅读(1343)
评论(0)
推荐(0)
浙公网安备 33010602011771号