基础类使用

 obj instance of String []

 obj instance of List

Map mapObj;

mapObj.containKey("keystring");

List listObj;

listObj.contains(Object);

猜你喜欢

转载自zengshaotao.iteye.com/blog/1899279