摘要: 课程总结 1.instanceof关键字 ①instanceof关键字的作用:判断一个对象是否属于指定的类别。 ②instanceof关键字的使用前提:判断的对象与指定的类别必须要存在继承或者实现的关系。 ③instanceof关键字的使用格式:对象 instanceof 类别 ④instanceo 阅读全文
posted @ 2019-10-07 15:40 青成雪 阅读(139) 评论(1) 推荐(0)