基础类使用
?obj instance of String []
?
?obj instance of List
Map mapObj;
mapObj.containKey("keystring");
List listObj;
listObj.contains(Object);